We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b477a3 commit 07bce7eCopy full SHA for 07bce7e
src/MigrationManager.ts
@@ -77,7 +77,7 @@ export default class MigrationManager {
77
public verifyState(sha: string): void {
78
if (sha && this.response?.sha256 !== sha) {
79
this.getMigrationState((s) => {
80
- if (s === MigrationState.DUPLICATE) {
+ if (s === MigrationState.DUPLICATE || s === MigrationState.CLEVERTAP) {
81
this.initCleverTap()
82
if (!this.identity.isAnonymous) {
83
clevertap.onUserLogin.push({
0 commit comments