mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-11 22:23:32 +08:00
disabled quote pbs
This commit is contained in:
parent
d2648fff07
commit
87e3333c12
1 changed files with 4 additions and 0 deletions
|
@ -155,6 +155,10 @@ class UsersDAO {
|
|||
return false;
|
||||
}
|
||||
|
||||
if (mode === "quote") {
|
||||
return false;
|
||||
}
|
||||
|
||||
let pb = checkAndUpdatePb(
|
||||
user.personalBests,
|
||||
mode,
|
||||
|
|
Loading…
Reference in a new issue