Skip to content

Commit

Permalink
feat: debugging comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tjsearsz committed Nov 29, 2022
1 parent f67067d commit d574442
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dist/main.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions src/github.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ export const upsertComment = async ({
});
const last = existingComments.pop();

console.log(JSON.stringify(last, null, 5));

await deleteComments({
client,
context,
Expand Down

0 comments on commit d574442

Please sign in to comment.