mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-10 17:04:49 +08:00
done message
This commit is contained in:
parent
295803df6b
commit
60c0332978
1 changed files with 1 additions and 0 deletions
|
@ -72,4 +72,5 @@ async function refactor() {
|
|||
.updateOne({ _id: user._id }, { $set: { lbPersonalBests: lbPb } });
|
||||
console.log(`updated ${user.name}`);
|
||||
}
|
||||
console.log("done");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue