lesslog
All checks were successful
Deploy on push / deploy (push) Successful in 23s

This commit is contained in:
Untone 2024-05-02 09:12:47 +03:00
parent 6c58f09402
commit db33410675

View File

@ -67,7 +67,7 @@ async def get_shouts_drafts(_, info):
author_dict = info.context.get("author")
if not author_dict:
logger.error("trying to get drafts failed")
logger.debug(info)
# logger.debug(info)
return []
author_id = author_dict.get("id")
shouts = []