Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mfix22 committed Feb 20, 2022
1 parent 743fb6f commit f6abec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/thread/closed.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = (queue) => async (context) => {
...context.issue({ installation_id: context.payload.installation.id }),
action: LOCK,
})
.setId(getId(context, { action: CLOSE }))
.setId(getId(context, { action: LOCK }))
.delayUntil(Date.now() + ms(delay))
.save()
.then((job) => {
Expand Down

0 comments on commit f6abec3

Please sign in to comment.