Skip to content

Commit 6ad266a

Browse files
committed
Try another thing
1 parent 1c03762 commit 6ad266a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ module.exports = app => {
6464
app.on(["pull_request.opened", "pull_request.synchronize"], async context => {
6565
const params = context.issue();
6666

67-
console.log(context.payload);
67+
console.log(JSON.stringify(context.payload));
6868

6969
const commentId = await getCommentId(context, params);
7070
const hasChangeset = await getChangesetId(context, params);

0 commit comments

Comments
 (0)