Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
Update post.ts
Browse files Browse the repository at this point in the history
Related #673
  • Loading branch information
0x4007 authored Aug 26, 2023
1 parent 879d066 commit 1ab21b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handlers/payout/post.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const incentivizeComments = async () => {
return;
}

const issueComments = await getAllIssueComments(issue.number, "full");
const issueComments = await getAllIssueComments(issue.number, "raw");
logger.info(`Getting the issue comments done. comments: ${JSON.stringify(issueComments)}`);
const issueCommentsByUser: Record<string, string[]> = {};
for (const issueComment of issueComments) {
Expand Down

0 comments on commit 1ab21b4

Please sign in to comment.