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

Commit 1ab21b4

Browse files
authored
Update post.ts
Related #673
1 parent 879d066 commit 1ab21b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/handlers/payout/post.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export const incentivizeComments = async () => {
6262
return;
6363
}
6464

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

0 commit comments

Comments
 (0)