Skip to content

Commit 07bce7e

Browse files
committed
fix: mid-session init to ct-only mode
1 parent 8b477a3 commit 07bce7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MigrationManager.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export default class MigrationManager {
7777
public verifyState(sha: string): void {
7878
if (sha && this.response?.sha256 !== sha) {
7979
this.getMigrationState((s) => {
80-
if (s === MigrationState.DUPLICATE) {
80+
if (s === MigrationState.DUPLICATE || s === MigrationState.CLEVERTAP) {
8181
this.initCleverTap()
8282
if (!this.identity.isAnonymous) {
8383
clevertap.onUserLogin.push({

0 commit comments

Comments
 (0)