diff --git a/asab/web/auth/service.py b/asab/web/auth/service.py index a6f16deb..bed4e36d 100644 --- a/asab/web/auth/service.py +++ b/asab/web/auth/service.py @@ -238,7 +238,7 @@ async def build_authorization(self, id_token: str) -> Authorization: return authz - async def _delete_invalid_authorizations(self): + async def _delete_invalid_authorizations(self, message_name): """ Check for expired Authorization objects and delete them """