mirror of
https://github.com/nicotsx/ironmount.git
synced 2025-12-10 12:10:51 +01:00
chore: fix typing issue
This commit is contained in:
@@ -68,7 +68,7 @@ const defaultValuesForType = {
|
||||
type: "pushover" as const,
|
||||
userKey: "",
|
||||
apiToken: "",
|
||||
priority: 0,
|
||||
priority: 0 as const,
|
||||
},
|
||||
custom: {
|
||||
type: "custom" as const,
|
||||
|
||||
Reference in New Issue
Block a user