From c54c1e80d4a484788f3382ba3a0e8ba407f83d7b Mon Sep 17 00:00:00 2001 From: Keyrxng <106303466+Keyrxng@users.noreply.github.com> Date: Thu, 16 May 2024 05:22:31 +0100 Subject: [PATCH] chore: debug --- src/plugin.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);