From ef080c97eba4c3857f0a3ed5b18eb1a84f796bed Mon Sep 17 00:00:00 2001 From: Keyrxng <106303466+Keyrxng@users.noreply.github.com> Date: Wed, 25 Sep 2024 15:28:06 +0100 Subject: [PATCH] chore: typo --- src/plugin.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugin.ts b/src/plugin.ts index 30c7622..1c3c5e3 100644 --- a/src/plugin.ts +++ b/src/plugin.ts @@ -58,7 +58,7 @@ export async function runPlugin(context: Context) { logger.info(`Answer: ${answer}`, { tokenUsage }); - const tokens = `\n\n<--\n${JSON.stringify(tokenUsage, null, 2)}\n-->`; + const tokens = `\n\n`; commentToPost = answer + tokens; } catch (err) {