small-fix
Some checks failed
Deploy to core / deploy (push) Failing after 6m38s

This commit is contained in:
Untone 2024-02-21 22:20:17 +03:00
parent fc3f859602
commit 1796d0c82d

View File

@ -84,6 +84,8 @@ async def unfollow(_, info, what, slug):
def query_follows(user_id: str): def query_follows(user_id: str):
topics = []
authors = []
with local_session() as session: with local_session() as session:
author_id = ( author_id = (
session.query(Author.id).filter(Author.user == user_id).first() session.query(Author.id).filter(Author.user == user_id).first()