fix(issues): awaited a corotuine
Some checks reported warnings
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
Seaswimmer 2023-08-20 16:21:45 -04:00
parent b08a9e337c
commit 7fe63e99bd
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

@ -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}