fix syntax error/mistake after rebase
Signed-off-by: chandi Langecker <git@chandi.it>
This commit is contained in:
@@ -42,7 +42,7 @@ function isOurSessionToken(token) {
|
||||
}
|
||||
|
||||
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
|
||||
|
||||
// only handle update events for the currently open board
|
||||
@@ -51,7 +51,6 @@ hasPush = listen('deck_board_update', (name, body) => {
|
||||
|
||||
store.dispatch('refreshBoard', currentBoardId)
|
||||
})
|
||||
})
|
||||
|
||||
/**
|
||||
* is the notify_push app active and can
|
||||
|
||||
Reference in New Issue
Block a user