shouts-stat-fix
All checks were successful
Deploy on push / deploy (push) Successful in 27s

This commit is contained in:
2024-05-30 14:01:34 +03:00
parent a1ee49ba54
commit d54e2a2f3f
2 changed files with 7 additions and 3 deletions

View File

@@ -73,7 +73,7 @@ async def follow(_, info, what, slug):
elif what == "COMMUNITY":
with local_session() as session:
follows = session.execute(select(Community))
follows = session.query(Community).all()
elif what == "SHOUT":
error = reactions_follow(follower_id, slug)