incorrect property name

This commit is contained in:
Miodec 2023-01-04 15:47:21 +01:00
parent 6c497254c2
commit 120f51bbc1

View file

@ -113,7 +113,7 @@ export function getStats(): DebugStats {
start,
end,
wpmHistory: TestInput.wpmHistory,
rawHistory: TestInput.wpmHistory,
rawHistory: TestInput.rawHistory,
burstHistory: TestInput.burstHistory,
keypressPerSecond: TestInput.keypressPerSecond,
currentKeypress: TestInput.currentKeypress,