import-fix
All checks were successful
Deploy on push / deploy (push) Successful in 3m59s

This commit is contained in:
2024-02-25 11:35:06 +03:00
parent efa6ac7d60
commit 42313184b0
3 changed files with 11 additions and 4 deletions

View File

@@ -126,7 +126,7 @@ def get_author_follows(_, _info, slug='', user=None, author_id=None):
return {
'topics': topics,
'authors': authors,
'communities': [{'id': 1, 'name': 'Дискурс', 'slug': 'discours'}],
'communities': [{'id': 1, 'name': 'Дискурс', 'slug': 'discours', 'pic': ''}],
}
else:
raise ValueError('Author not found')