mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-07 07:10:01 +08:00
fixed null name
This commit is contained in:
parent
02684449d3
commit
330b79d287
1 changed files with 1 additions and 1 deletions
|
@ -2383,7 +2383,7 @@ exports.checkLeaderboards = functions.https.onRequest(
|
|||
return;
|
||||
}
|
||||
|
||||
request.result.name = request.name;
|
||||
// request.result.name = request.name;
|
||||
|
||||
if (
|
||||
request.result.mode === "time" &&
|
||||
|
|
Loading…
Add table
Reference in a new issue