cached-request-12
All checks were successful
deploy / deploy (push) Successful in 1m4s

This commit is contained in:
Untone 2023-12-19 20:31:26 +03:00
parent 01e8a07ae7
commit 4dd419bdf9

View File

@ -42,7 +42,7 @@ def get_author_by_user(user: str):
"variables": {"user": user},
}
author = _request_endpoint(query_name, gql).popitem()
author = _request_endpoint(query_name, gql)[0]
return author