diff options
| author | Kit La Touche <kit@transneptune.net> | 2025-09-07 22:19:30 -0400 |
|---|---|---|
| committer | Kit La Touche <kit@transneptune.net> | 2025-09-07 22:19:30 -0400 |
| commit | 9ca03b7044b820a1fe4b6ab8fc690fb6c5312c73 (patch) | |
| tree | bbc0b6dbdb4f01c53b8785d677bf2f090952ebe7 /ui/service-worker.js | |
| parent | a82b5271fee07ea1b023596eb94ac035a4983cd8 (diff) | |
Reformat things
Diffstat (limited to 'ui/service-worker.js')
| -rw-r--r-- | ui/service-worker.js | 4 |
1 files changed, 2 insertions, 2 deletions
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, + }), ); }); |
