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