resolvers-updates
Some checks failed
deploy / deploy (push) Failing after 1m30s

This commit is contained in:
2023-12-16 18:24:30 +03:00
parent bf7bc03e50
commit 692dd9cfe0
7 changed files with 171 additions and 34 deletions

View File

@@ -96,7 +96,7 @@ def get_authors_from_query(q):
for [author, *stat_columns] in session.execute(q):
author = add_stat(author, stat_columns)
authors.append(author)
print(f"[resolvers.author] get_authors_from_query {authors}")
# print(f"[resolvers.author] get_authors_from_query {authors}")
return authors