mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Fixed mistake
This commit is contained in:
parent
bf3edf9e9c
commit
b0ccc84a7f
1 changed files with 1 additions and 1 deletions
|
|
@ -140,4 +140,4 @@ class MongoStorage(BaseStorage):
|
|||
filter=self._get_db_filter(key)
|
||||
)
|
||||
|
||||
return result.get('data', default={}) if result else {}
|
||||
return result.get('data') or {} if result else {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue