mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-05 06:54:36 +08:00
fix: leaderboards missing raw and consistency (fehmer) (#4822)
This commit is contained in:
parent
6f7900a868
commit
e426cb3fc2
1 changed files with 2 additions and 0 deletions
|
|
@ -76,6 +76,8 @@ export async function update(
|
|||
_id: 0,
|
||||
[`${key}.wpm`]: 1,
|
||||
[`${key}.acc`]: 1,
|
||||
[`${key}.raw`]: 1,
|
||||
[`${key}.consistency`]: 1,
|
||||
[`${key}.timestamp`]: 1,
|
||||
banned: 1,
|
||||
lbOptOut: 1,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue