Skip to content

Commit b48f44a

Browse files
committed
[FSSDK-12813] Remove unused UserEvent import in log_event.spec
1 parent 58367d3 commit b48f44a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/event_processor/event_builder/log_event.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import {
2020
buildLogEvent,
2121
} from './log_event';
2222

23-
import { ImpressionEvent, ConversionEvent, UserEvent } from './user_event';
23+
import { ImpressionEvent, ConversionEvent } from './user_event';
2424
import { Region } from '../../project_config/project_config';
2525

2626

0 commit comments

Comments
 (0)