Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-rifkin committed Jul 31, 2023
1 parent cdff8d9 commit f6f7dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export enum colors {
alert_color = 0xf5a53e,
speedrun_color = 0x0fc644,
red = 0x0,
green = 0x0
green = 0x0 // eslint-disable-line @typescript-eslint/no-duplicate-enum-values
}

// User IDs
Expand Down

0 comments on commit f6f7dc9

Please sign in to comment.