Skip to content

Commit

Permalink
this shouldnt be failing like this
Browse files Browse the repository at this point in the history
  • Loading branch information
TaylorFries committed Nov 9, 2024
1 parent 1908acf commit ab66c75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/helpers/github-api/update-issue-and-comment.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ const closeAndCreateIssue = async (issueTitle, issueBody) => {

// Create new Issue.
const newIssue = await createIssue(issueTitle, decodeURIComponent(issueBody));
console.log("is this something? ", newIssue);
const newIssueStatus = checkStatus(newIssue);

if (newIssueStatus !== SUCCESS) {
Expand Down

0 comments on commit ab66c75

Please sign in to comment.