fix(issues): awaited a corotuine
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
This commit is contained in:
parent
b08a9e337c
commit
7fe63e99bd
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ class IssueResponseModal(discord.ui.Modal, title="Sending response message..."):
|
||||||
print("Error! Labels are not properly configured on the target repository.")
|
print("Error! Labels are not properly configured on the target repository.")
|
||||||
return await label_list
|
return await label_list
|
||||||
|
|
||||||
issue_labels = fetch_labels()
|
issue_labels = await fetch_labels()
|
||||||
|
|
||||||
if issue_labels is None:
|
if issue_labels is None:
|
||||||
issue_data = {"title": issue_title, "body": issue_body}
|
issue_data = {"title": issue_title, "body": issue_body}
|
||||||
|
|
Loading…
Reference in a new issue