Skip to content

Commit

Permalink
Merge pull request #629 from TeskaLabs/fix/auth-housekeeping
Browse files Browse the repository at this point in the history
Fix AuthService housekeeping
  • Loading branch information
byewokko authored Oct 29, 2024
2 parents e6d195c + 2f0369c commit 9e1682d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asab/web/auth/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""
Expand Down

0 comments on commit 9e1682d

Please sign in to comment.