mirror of
https://github.com/stijndcl/didier.git
synced 2026-04-07 23:55:46 +02:00
Add missing await
This commit is contained in:
parent
8dbf68cac0
commit
e36322b4a7
1 changed files with 1 additions and 1 deletions
|
|
@ -56,4 +56,4 @@ async def complete_wordle_game(database: MongoDatabase, user_id: int, win: bool,
|
|||
update["$set"]["wordle.current_streak"] = 0
|
||||
|
||||
collection = database[GameStats.collection()]
|
||||
collection.update_one({"_id": stats.id}, update)
|
||||
await collection.update_one({"_id": stats.id}, update)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue