fix syntax error/mistake after rebase

Signed-off-by: chandi Langecker <git@chandi.it>
This commit is contained in:
chandi Langecker
2022-11-21 23:29:22 +01:00
parent 541ee13780
commit f03521e2a1

View File

@@ -42,7 +42,7 @@ function isOurSessionToken(token) {
} }
hasPush = listen('deck_board_update', (name, body) => { hasPush = listen('deck_board_update', (name, body) => {
// ignore update events which we have triggered ourselves // ignore update events which we have triggered ourselves
if (isOurSessionToken(body._causingSessionToken)) return if (isOurSessionToken(body._causingSessionToken)) return
// only handle update events for the currently open board // only handle update events for the currently open board
@@ -51,7 +51,6 @@ hasPush = listen('deck_board_update', (name, body) => {
store.dispatch('refreshBoard', currentBoardId) store.dispatch('refreshBoard', currentBoardId)
}) })
})
/** /**
* is the notify_push app active and can * is the notify_push app active and can