diff --git a/src/sessions.js b/src/sessions.js index 408eaeba7..942d34084 100644 --- a/src/sessions.js +++ b/src/sessions.js @@ -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