mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-12 15:08:45 +08:00
not checking while leaderboards disabled
This commit is contained in:
parent
ed5dace7b4
commit
5dc0f6a424
1 changed files with 2 additions and 1 deletions
|
@ -1731,7 +1731,8 @@ export async function finish(difficultyFailed = false) {
|
|||
);
|
||||
} else {
|
||||
completedEvent._id = response.data.insertedId;
|
||||
TestLeaderboards.check(completedEvent);
|
||||
// TODO bring back after leaderboard fixed
|
||||
// TestLeaderboards.check(completedEvent);
|
||||
if (response.data.isPb) {
|
||||
completedEvent.isPb = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue