diff --git a/src/plugin.ts b/src/plugin.ts index 8fa1eeb..93021fd 100644 --- a/src/plugin.ts +++ b/src/plugin.ts @@ -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);