Skip to content

Commit a5106aa

Browse files
committed
fix: persist migration state between sessions
1 parent 07bce7e commit a5106aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/LeanplumInternal.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,7 @@ export default class LeanplumInternal {
313313
Constants.DEFAULT_KEYS.USER_ID,
314314
Constants.DEFAULT_KEYS.DEVICE_ID,
315315
Constants.DEFAULT_KEYS.TOKEN,
316+
Constants.DEFAULT_KEYS.MIGRATION_STATE,
316317
].includes(key))
317318
.forEach(key => StorageManager.remove(key))
318319

0 commit comments

Comments
 (0)