chore: format pre-existing files missed by lint-staged

This commit is contained in:
ginnoir
2026-06-01 18:46:53 -05:00
parent 8921cb0444
commit 29795e0d51
3 changed files with 14 additions and 13 deletions
+5 -1
View File
@@ -36,7 +36,11 @@ for (const sub of subs) {
try {
await webPush.sendNotification(
{ endpoint: sub.endpoint, keys: { p256dh: sub.p256dh, auth: sub.auth } },
JSON.stringify({ title: "famapp test", body: "Push notifications are working!", url: "/settings" }),
JSON.stringify({
title: "famapp test",
body: "Push notifications are working!",
url: "/settings",
}),
);
console.log(`Sent to ${sub.endpoint.slice(0, 60)}...`);
} catch (err: unknown) {