code cleanup
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
parent
15fe9b25bd
commit
a5242fa64a
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ export const ntfyNotificationConfigSchema = type({
|
||||||
priority: "'max' | 'high' | 'default' | 'low' | 'min'",
|
priority: "'max' | 'high' | 'default' | 'low' | 'min'",
|
||||||
username: "string?",
|
username: "string?",
|
||||||
password: "string?",
|
password: "string?",
|
||||||
accessToken:"string?",
|
accessToken: "string?",
|
||||||
});
|
});
|
||||||
|
|
||||||
export const pushoverNotificationConfigSchema = type({
|
export const pushoverNotificationConfigSchema = type({
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue