diff --git a/web/public/notifications-worker.js b/web/public/notifications-worker.js index 8a0a8de2f..ba4e033ea 100644 --- a/web/public/notifications-worker.js +++ b/web/public/notifications-worker.js @@ -52,7 +52,7 @@ self.addEventListener("notificationclick", (event) => { "X-CSRF-TOKEN": 1, }, body: JSON.stringify({ ids: [event.notification.data.id] }), - }) + }), // eslint-disable-line comma-dangle ); } break;