This commit is contained in:
Yasir Aris M 2023-11-03 12:51:43 +07:00 committed by GitHub
parent 53687a39bc
commit e8d3aed257
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -99,7 +99,7 @@ class CallbackQueryHandler(Handler):
)
handler_does_match = (
self.filters(client, query) if callable(self.filters) else True
await self.filters(client, query) if callable(self.filters) else True
)
data = self.compose_data_identifier(query)