mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-09 13:44:29 +08:00
parent
796b3ddc79
commit
02fd4f8824
1 changed files with 4 additions and 1 deletions
|
|
@ -1694,7 +1694,10 @@ export async function finish(difficultyFailed = false): Promise<void> {
|
|||
Result.updateRateQuote(TestWords.randomQuote);
|
||||
|
||||
AccountButton.loading(true);
|
||||
completedEvent.challenge = ChallengeContoller.verify(completedEvent);
|
||||
if (completedEvent.bailedOut !== true) {
|
||||
completedEvent.challenge = ChallengeContoller.verify(completedEvent);
|
||||
}
|
||||
|
||||
if (completedEvent.challenge === null) delete completedEvent?.challenge;
|
||||
|
||||
completedEvent.hash = objectHash(completedEvent);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue