mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-27 08:13:28 +08:00
removed console logs
This commit is contained in:
parent
1a5efe14de
commit
6e2887c9b1
1 changed files with 0 additions and 3 deletions
|
@ -994,9 +994,6 @@ export async function updateStreak(
|
|||
delete streak.hourOffset;
|
||||
}
|
||||
|
||||
console.log(user.streak?.hourOffset);
|
||||
console.log("setting streak", streak);
|
||||
|
||||
await getUsersCollection().updateOne({ uid }, { $set: { streak } });
|
||||
|
||||
return streak.length;
|
||||
|
|
Loading…
Reference in a new issue