code cleanup

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
SaarLAN-Pissbeutel 2025-12-30 13:06:11 +01:00 committed by GitHub
parent 15fe9b25bd
commit a5242fa64a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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