Skip to content

Commit 1c03762

Browse files
committed
Test a thing
1 parent ddc69e3 commit 1c03762

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(params);
67+
console.log(context.payload);
6868

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

0 commit comments

Comments
 (0)