Skip to content

Commit

Permalink
Merge pull request #31 from nikhil25803/bug-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DonnieBLT authored Jul 13, 2024
2 parents b0f3782 + c24c5c9 commit 5fe62ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const run = async () => {
repo,
per_page: 100,
}, response => response.data.filter(r => r.event == "assigned")
).then((data) => {
).then(async (data) => {
for (const event of data) {

if (event.issue.assignee && event.issue.state == "open") {
Expand Down

0 comments on commit 5fe62ba

Please sign in to comment.