From 9ca03b7044b820a1fe4b6ab8fc690fb6c5312c73 Mon Sep 17 00:00:00 2001 From: Kit La Touche Date: Sun, 7 Sep 2025 22:19:30 -0400 Subject: Reformat things --- ui/service-worker.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ui/service-worker.js') diff --git a/ui/service-worker.js b/ui/service-worker.js index a88c5a2..63b307a 100644 --- a/ui/service-worker.js +++ b/ui/service-worker.js @@ -59,7 +59,7 @@ self.addEventListener('push', (event) => { event.waitUntil( // How do we control the action you get when you click the notification? self.registration.showNotification(payload.title, { - body: payload.body - }) + body: payload.body, + }), ); }); -- cgit v1.2.3