Change set_data to set_bucket in reset_bucket (#970) (#1) (#971)

This commit is contained in:
Drak Lowell 2022-08-06 07:18:01 +03:00 committed by GitHub
parent c6a3ee0384
commit a697a9d5cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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):