Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: Zhu Chenrui <[email protected]>
  • Loading branch information
boomzero authored Aug 19, 2024
1 parent 6fba1ad commit 7800f20
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> = [];
private AdminUserList: Array<string> = ["chenlangning"];
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 7800f20

Please sign in to comment.