User events (leaderboard ordering) (#5788) #285
Annotations
2 errors and 10 warnings
Node v18.12.0 - ubuntu-latest
The job running on runner GitHub Actions 6 has exceeded the maximum execution time of 10 minutes.
|
Node v18.12.0 - ubuntu-latest
The operation was canceled.
|
Node v20 - ubuntu-latest:
src/lib/addXP.ts#L58
'skill' is already declared in the upper scope on line 58 column 8
|
Node v20 - ubuntu-latest:
src/lib/addXP.ts#L170
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
Node v20 - ubuntu-latest:
src/lib/handleNewCLItems.ts#L73
Unexpected object value in conditional. The condition is always true
|
Node v20 - ubuntu-latest:
src/mahoji/commands/leaderboard.ts#L95
'user' is already declared in the upper scope on line 72 column 2
|
Node v20 - ubuntu-latest:
src/mahoji/commands/leaderboard.ts#L274
Unexpected object value in conditional. The condition is always true
|
Node v20 - ubuntu-latest:
src/mahoji/commands/leaderboard.ts#L319
'creature' is already declared in the upper scope on line 319 column 8
|
Node v20 - ubuntu-latest:
src/mahoji/commands/leaderboard.ts#L346
'course' is already declared in the upper scope on line 346 column 8
|
Node v20 - ubuntu-latest:
src/mahoji/commands/leaderboard.ts#L383
Unexpected string value in conditional. An explicit empty string check is required
|
Node v20 - ubuntu-latest:
src/mahoji/commands/leaderboard.ts#L412
'user' is already declared in the upper scope on line 372 column 2
|
Node v20 - ubuntu-latest:
src/mahoji/commands/leaderboard.ts#L482
'user' is already declared in the upper scope on line 448 column 2
|