Skip to content

Commit

Permalink
Give type to TOs list
Browse files Browse the repository at this point in the history
  • Loading branch information
vck3000 committed Oct 10, 2023
1 parent a559b03 commit c7d5315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modsadmins/tournamentOrganizers.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// all in lower case
// TO = Tournament Organizer
export const TOsArray = [];
export const TOsArray: string[] = [];

export function isTO(username: string): boolean {
return TOsArray.includes(username.toLowerCase());
Expand Down

0 comments on commit c7d5315

Please sign in to comment.