mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-06 07:50:32 +00:00
parent
c6a3ee0384
commit
a697a9d5cc
1 changed files with 1 additions and 1 deletions
|
|
@ -271,7 +271,7 @@ class BaseStorage:
|
|||
:param user:
|
||||
:return:
|
||||
"""
|
||||
await self.set_data(chat=chat, user=user, data={})
|
||||
await self.set_bucket(chat=chat, user=user, bucket={})
|
||||
|
||||
@staticmethod
|
||||
def resolve_state(value):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue