Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyrxng committed Sep 25, 2024
1 parent c498500 commit ef080c9
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 @@ -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<!--\n${JSON.stringify(tokenUsage, null, 2)}\n--!>`;

commentToPost = answer + tokens;
} catch (err) {
Expand Down

0 comments on commit ef080c9

Please sign in to comment.