Skip to content

Commit 1cf2faf

Browse files
Address PR Comments
1 parent e24a4b2 commit 1cf2faf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sdkRuntimeModels.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ export interface MParticleWebSDK {
196196
getDeviceId(): string;
197197
setDeviceId(deviceId: string): void;
198198
setSessionAttribute(key: string, value: string): void;
199-
getInstance(instanceName?: string): MParticleWebSDK; // TODO: Create a new type for MParticleWebSDKInstance
199+
getInstance(instanceName?: string): MParticleWebSDK; // https://go.mparticle.com/work/SQDSDKS-4804
200200
ServerModel();
201201
upload();
202202
setLogLevel(logLevel: LogLevelType): void;
@@ -214,7 +214,7 @@ export interface MParticleWebSDK {
214214
ProductActionType: SDKProductActionType;
215215
generateHash(value: string): string;
216216
isIOS?: boolean;
217-
sessionManager: Pick<ISessionManager, 'getSession'>;
217+
sessionManager: Pick<ISessionManager, 'getSession'>; // https://go.mparticle.com/work/SQDSDKS-6949
218218
}
219219

220220
// Used in cases where server requires booleans as strings

0 commit comments

Comments
 (0)