schema-fix
Some checks failed
Deploy to core / deploy (push) Failing after 1m33s

This commit is contained in:
2024-02-03 17:18:20 +03:00
parent 1b4315fcce
commit 18521f3fc5
4 changed files with 20 additions and 21 deletions

View File

@@ -109,7 +109,6 @@ async def get_my_followed(_, info):
return {'topics': topics_query, 'authors': authors_query, 'communities': communities}
@query.field('get_shout_followers')
def get_shout_followers(_, _info, slug: str = '', shout_id: int | None = None) -> List[Author]:
followers = []