Skip to content

Commit

Permalink
Update Process.ts
Browse files Browse the repository at this point in the history
Signed-off-by: Zhu Chenrui <Thomas_rainbowfish@icloud.com>
  • Loading branch information
boomzero authored Sep 2, 2024
1 parent 3b1d814 commit 0a3b156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Process.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function sleep(time: number) {
}

export class Process {
private AdminUserList: Array<string> = ["chenlangning", "shanwenxiao"];
private AdminUserList: Array<string> = ["chenlangning", "shanwenxiao", "zhuchenrui2"];
private DenyMessageList: Array<string> = [];

Check warning on line 47 in Source/Process.ts

View workflow job for this annotation

GitHub Actions / Qodana for JS

Mismatched query and update of collection

Contents of collection `DenyMessageList` are queried, but never written
private DenyBadgeEditList: Array<string> = [];

Check warning on line 48 in Source/Process.ts

View workflow job for this annotation

GitHub Actions / Qodana for JS

Mismatched query and update of collection

Contents of collection `DenyBadgeEditList` are queried, but never written
private readonly CaptchaSecretKey: string;
Expand Down

0 comments on commit 0a3b156

Please sign in to comment.