fix(issues): fixed fetch_lables outputting a tuple
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
9b07892087
commit
b08a9e337c
1 changed files with 1 additions and 1 deletions
|
@ -306,7 +306,7 @@ class IssueResponseModal(discord.ui.Modal, title="Sending response message..."):
|
|||
label_list.append(label["id"])
|
||||
if label_list is None:
|
||||
print("Error! Labels are not properly configured on the target repository.")
|
||||
return await label_list, response.status
|
||||
return await label_list
|
||||
|
||||
issue_labels = fetch_labels()
|
||||
|
||||
|
|
Loading…
Reference in a new issue