Quellcode durchsuchen

fix: add discord to notification provider type

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
zhangchunrui vor 3 Wochen
Ursprung
Commit
a07a410178
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/lib/config.ts

+ 1 - 1
src/lib/config.ts

@@ -21,7 +21,7 @@ export interface BotConfig {
   }
   notifications: {
     enabled: boolean
-    provider: 'bark' | 'ntfy' | 'pushover'
+    provider: 'discord' | 'bark' | 'ntfy' | 'pushover'
     endpoint: string
     alertOnRebalance: boolean
     alertOnError: boolean