From ab66c750d4a2461b29a91000ab44d123ae8130bb Mon Sep 17 00:00:00 2001 From: taylorfries Date: Fri, 8 Nov 2024 16:56:53 -0800 Subject: [PATCH] this shouldnt be failing like this --- .github/helpers/github-api/update-issue-and-comment.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/helpers/github-api/update-issue-and-comment.mjs b/.github/helpers/github-api/update-issue-and-comment.mjs index 0848728f5..5b0aaf634 100644 --- a/.github/helpers/github-api/update-issue-and-comment.mjs +++ b/.github/helpers/github-api/update-issue-and-comment.mjs @@ -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) {