Skip to content

Commit e3763c7

Browse files
committed
chore: Fetch all state count after seamless event
1 parent 2db6e78 commit e3763c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/layouts/default.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ async function onmessage(event) {
8989
setTimeout(() => {
9090
eventSeamless.value = false
9191
}, 2000)
92+
await identityStateStore.fetchAllStateCount()
9293
}
9394
break
9495
}

0 commit comments

Comments
 (0)