Ver Fonte

fix: add discord to notification provider type

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
zhangchunrui há 3 semanas atrás
pai
commit
a07a410178
1 ficheiros alterados com 1 adições e 1 exclusões
  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