chore: fix typing issue

This commit is contained in:
Nicolas Meienberger
2025-11-22 17:50:58 +01:00
parent 8c4939af4e
commit 43dfe6b190
2 changed files with 55 additions and 7 deletions

View File

@@ -68,7 +68,7 @@ const defaultValuesForType = {
type: "pushover" as const,
userKey: "",
apiToken: "",
priority: 0,
priority: 0 as const,
},
custom: {
type: "custom" as const,