Skip to content

Commit

Permalink
Add log
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdeviant committed Feb 14, 2025
1 parent e362e17 commit 8021e44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions script/issue_response/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ async function main() {
},
];

console.log(JSON.stringify(blocks, undefined, 2));

await webhook.send({ blocks: blocks });
}

Expand Down

0 comments on commit 8021e44

Please sign in to comment.