Skip to content

Commit

Permalink
chore: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyrxng committed May 16, 2024
1 parent 8970fd4 commit c54c1e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export async function startStopBounty() {
let output: object = {};

if (context.eventName === "issue_comment.created") {
console.log("PAYLOAD", context.payload);
console.log("PAYLOAD", context.payload.comment);
const command = context.payload.comment.body;

output = await userStartStop(context, command);
Expand Down

0 comments on commit c54c1e8

Please sign in to comment.