mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-12 17:48:51 +08:00
removed unused code
This commit is contained in:
parent
b513f27dc6
commit
119b3dc2dd
1 changed files with 0 additions and 8 deletions
|
@ -1491,14 +1491,6 @@ exports.testCompleted = functions.https.onRequest(async (request, response) => {
|
|||
incrementT60Bananas(request.uid, obj, userdata);
|
||||
}
|
||||
|
||||
// incrementTestCounter(request.uid, userdata);
|
||||
// incrementStartedTestCounter(
|
||||
// request.uid,
|
||||
// obj.restartCount + 1,
|
||||
// userdata
|
||||
// );
|
||||
// incrementTimeSpentTyping(request.uid, obj, userdata);
|
||||
|
||||
let newTypingStats = await getIncrementedTypingStats(userdata, obj);
|
||||
|
||||
if (
|
||||
|
|
Loading…
Add table
Reference in a new issue