Skip to content

Commit

Permalink
i wish these little errors were caught before trying to run.
Browse files Browse the repository at this point in the history
  • Loading branch information
TaylorFries committed Nov 8, 2024
1 parent 934fc6f commit b42209b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/helpers/github-api/update-issue-and-comment.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const STATCODE = {
};

const checkStatus = (retInfo) => {
returnedStatus = retInfo.status;
const returnedStatus = retInfo.status;

if (returnedStatus in STATCODE.Success) {
// hit a listed successful code, return good code
Expand Down

0 comments on commit b42209b

Please sign in to comment.