get-my-followed-fix
Some checks failed
deploy / deploy (push) Has been cancelled

This commit is contained in:
2024-01-13 11:01:59 +03:00
parent 28f1f1cc57
commit 9c804bc873
2 changed files with 13 additions and 8 deletions

View File

@@ -62,7 +62,7 @@ def reactions_follow(author_id, shout_id, auto=False):
return False
def reactions_unfollow(author_id: int, shout_id: int):
def reactions_unfollow(author_id, shout_id: int):
try:
with local_session() as session:
shout = session.query(Shout).where(Shout.id == shout_id).one()