dev@locazia: fix misprint await

This commit is contained in:
user 2024-02-23 17:15:40 +03:00
parent ea64460402
commit c44f9b2c2a
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ async def try_authorization(request):
async def attach_user_to_request(request):
request.ctx.db_session = Session()
try_authorization(request)
await try_authorization(request)
async def close_db_session(request, response):