fix: incorrect test data

This commit is contained in:
Miodec 2024-02-07 09:35:45 +01:00
parent ead765d57a
commit aa78b46bbf

View file

@ -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,