Skip to content

Commit ec11dc8

Browse files
Address PR Comments
1 parent 435a404 commit ec11dc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/batchUploader.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Batch } from '@mparticle/event-models';
22
import Constants from './constants';
33
import { SDKEvent, MParticleWebSDK, SDKLoggerApi } from './sdkRuntimeModels';
44
import { convertEvents } from './sdkToEventsApiConverter';
5-
import { EventType, MessageType } from './types';
5+
import { MessageType } from './types';
66
import { getRampNumber, isEmpty } from './utils';
77
import { SessionStorageVault, LocalStorageVault } from './vault';
88
import {

0 commit comments

Comments
 (0)