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({