修复 chronocat 通知成功判断 (#2166)

This commit is contained in:
Bad Child
2023-11-03 17:57:10 +08:00
committed by GitHub
parent 9f6d4943ea
commit 82c9978514
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ export class PushMeNotification extends NotificationBaseInfo {
export class ChronocatNotification extends NotificationBaseInfo {
public chronocatURL: string = '';
public chronocatQQ: string = '';
public chronocatToekn: string = '';
public chronocatToken: string = '';
}
export class WebhookNotification extends NotificationBaseInfo {