get_author-follows-debug-3
All checks were successful
Deploy on push / deploy (push) Successful in 22s
All checks were successful
Deploy on push / deploy (push) Successful in 22s
This commit is contained in:
@@ -203,12 +203,11 @@ async def get_author_follows(_, _info, slug='', user=None, author_id=0):
|
||||
{'id': 1, 'name': 'Дискурс', 'slug': 'discours', 'pic': ''}
|
||||
],
|
||||
}
|
||||
else:
|
||||
raise ValueError('Author not found')
|
||||
except Exception:
|
||||
import traceback
|
||||
|
||||
traceback.print_exc()
|
||||
return {'error': 'Author not found'}
|
||||
|
||||
|
||||
@query.field('get_author_follows_topics')
|
||||
|
Reference in New Issue
Block a user