Патч
All checks were successful
Build And Push / publish (push) Successful in 59s

This commit is contained in:
2025-11-21 14:18:23 +03:00
parent 98155a0c77
commit 7c36a938d8

View File

@ -371,7 +371,7 @@ async def measurements(
user: Annotated[User, Depends(login)],
):
data = [
cache.get(key)
await cache.get(key)
for key in await cache.keys(f'tdn:measurement:{user.id}:*')
]
return data