From a5242fa64a011b9e66656738f325f0b27674d0d5 Mon Sep 17 00:00:00 2001 From: SaarLAN-Pissbeutel <183202051+SaarLAN-Pissbeutel@users.noreply.github.com> Date: Tue, 30 Dec 2025 13:06:11 +0100 Subject: [PATCH] code cleanup Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- app/schemas/notifications.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/schemas/notifications.ts b/app/schemas/notifications.ts index 04ebdfa3..5094f655 100644 --- a/app/schemas/notifications.ts +++ b/app/schemas/notifications.ts @@ -55,7 +55,7 @@ export const ntfyNotificationConfigSchema = type({ priority: "'max' | 'high' | 'default' | 'low' | 'min'", username: "string?", password: "string?", - accessToken:"string?", + accessToken: "string?", }); export const pushoverNotificationConfigSchema = type({