This commit is contained in:
@@ -77,4 +77,4 @@ async def get_author(user: str = ""):
|
||||
r = await _request_endpoint(query_name, gql)
|
||||
if r and isinstance(r, list):
|
||||
r = r.pop()
|
||||
return r
|
||||
return r or None
|
||||
|
Reference in New Issue
Block a user