Skip to content

Commit

Permalink
Update get-timeline.js
Browse files Browse the repository at this point in the history
  • Loading branch information
t-will-gillis authored Dec 1, 2023
1 parent f67e608 commit df62b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github-actions/utils/get-timeline.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ async function getTimeline(issueNum) {
break
}
} catch (err) {
console.log(error);
console.log(err);
continue
}
finally {
Expand Down

0 comments on commit df62b68

Please sign in to comment.