mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-07 22:23:45 +08:00
fix: incorrect test data
This commit is contained in:
parent
ead765d57a
commit
aa78b46bbf
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ async function createDummyData(
|
|||
_id: new ObjectId(),
|
||||
wpm: i,
|
||||
rawWpm: i,
|
||||
charStats: [],
|
||||
charStats: [0, 0, 0, 0],
|
||||
acc: 0,
|
||||
mode: "time",
|
||||
mode2: "10" as never,
|
||||
|
|
Loading…
Add table
Reference in a new issue