snake-case
All checks were successful
deploy / deploy (push) Successful in 1m17s

This commit is contained in:
2023-11-16 17:58:14 +03:00
parent 871f7e1d69
commit c22b560bcf
6 changed files with 20 additions and 20 deletions

View File

@@ -67,7 +67,7 @@ async def search_in_chats(
if days_ago:
mmm = list(
filter(
lambda msg: int(datetime.now(tz=timezone.utc)) - int(msg["createdAt"])
lambda msg: int(datetime.now(tz=timezone.utc)) - int(msg["created_at"])
< int(timedelta(days=days_ago)),
mmm,
)