mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-06 22:56:49 +08:00
actual fix for previous commit
This commit is contained in:
parent
d47686a104
commit
55a4e5b5a3
1 changed files with 2 additions and 2 deletions
|
@ -1239,8 +1239,8 @@ exports.testCompleted = functions.https.onRequest(async (request, response) => {
|
|||
// obj.mode === "time" &&
|
||||
// (obj.mode2 == "15" || obj.mode2 == "60") &&
|
||||
// obj.language === "english"
|
||||
globallb != null &&
|
||||
dailylb != null
|
||||
globallb !== null &&
|
||||
dailylb !== null
|
||||
) {
|
||||
let updatedLbMemory = await getUpdatedLbMemory(
|
||||
userdata,
|
||||
|
|
Loading…
Add table
Reference in a new issue