fix(ntfy): wrong usage of token

This commit is contained in:
Nicolas Meienberger
2025-11-23 20:49:44 +01:00
parent daea3e64e4
commit 8d4e5d2d4e
2 changed files with 15 additions and 7 deletions

View File

@@ -49,8 +49,9 @@ export const ntfyNotificationConfigSchema = type({
type: "'ntfy'",
serverUrl: "string?",
topic: "string",
token: "string?",
priority: "'max' | 'high' | 'default' | 'low' | 'min'",
username: "string?",
password: "string?",
});
export const pushoverNotificationConfigSchema = type({