mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-08 06:29:45 +08:00
brought back the customtext object
This commit is contained in:
parent
f2e89c3c5d
commit
f66d10105c
1 changed files with 1 additions and 1 deletions
|
@ -1318,7 +1318,7 @@ function buildCompletedEvent(difficultyFailed: boolean): CompletedEvent {
|
|||
} catch (e) {}
|
||||
completedEvent.tags = activeTagsIds;
|
||||
|
||||
delete completedEvent.customText;
|
||||
if (completedEvent.mode != "custom") delete completedEvent.customText;
|
||||
|
||||
return <CompletedEvent>completedEvent;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue