Skip to content

Commit e43fd7b

Browse files
committed
fix: add logging
1 parent 566940a commit e43fd7b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

web/app/layouts/default.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ onMounted(() => {
2727
2828
if (authStore.authUser) {
2929
const channel = pusher.subscribe(authStore.authUser.id)
30-
channel.bind('phone.updated', () => {
30+
channel.bind('phone.updated', (data: never) => {
31+
console.log('phone.updated', data)
3132
canPoll = true
3233
})
3334
}

0 commit comments

Comments
 (0)