Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
refactor: issueNumber
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4007 committed Nov 27, 2023
1 parent 2cc0052 commit 933cdcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handlers/comment/handlers/issue/issue-closed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export async function issueClosed(context: Context) {
secretToken: process.env.GITHUB_TOKEN,
owner,
repo: repository,
issueNumber: `${issueNumber}`,
issueNumber,
payload: JSON.stringify({
issue,
issueComments,
Expand Down

0 comments on commit 933cdcd

Please sign in to comment.