mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-08 07:36:55 +08:00
some very old lb entries will have no consistency, or have a '-'
This commit is contained in:
parent
82f696c2a4
commit
6ff1c1693c
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ const leaderboardEntrySchema = new Schema({
|
|||
wpm: { type: Number },
|
||||
raw: { type: Number },
|
||||
acc: { type: Number },
|
||||
consistency: { type: Number }, //can be null
|
||||
consistency: { type: {} }, //can be null
|
||||
mode: { type: String }, //not sure why mode and mode2 are needed
|
||||
mode2: { type: Number },
|
||||
timestamp: { type: Date },
|
||||
|
|
Loading…
Add table
Reference in a new issue