mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 13:27:49 +08:00
typo
This commit is contained in:
parent
dd9a5e618a
commit
e3aa496ad9
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ db.collection("bot-commands")
|
|||
.get()
|
||||
.then((botCommandsSnapshot) => {
|
||||
botCommandsSnapshot.forEach((bcDoc) => {
|
||||
let newBotCommand = new BotCommand(botCommandDoc);
|
||||
let newBotCommand = new BotCommand(bcDoc);
|
||||
newBotCommand.save();
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue