We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 435a404 commit ec11dc8Copy full SHA for ec11dc8
src/batchUploader.ts
@@ -2,7 +2,7 @@ import { Batch } from '@mparticle/event-models';
2
import Constants from './constants';
3
import { SDKEvent, MParticleWebSDK, SDKLoggerApi } from './sdkRuntimeModels';
4
import { convertEvents } from './sdkToEventsApiConverter';
5
-import { EventType, MessageType } from './types';
+import { MessageType } from './types';
6
import { getRampNumber, isEmpty } from './utils';
7
import { SessionStorageVault, LocalStorageVault } from './vault';
8
import {
0 commit comments