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

Commit

Permalink
Merge pull request #442 from watermelontools/fix/code-comments
Browse files Browse the repository at this point in the history
Fix CodeComments setting not passed
  • Loading branch information
baristaGeek authored Feb 1, 2024
2 parents 8139cd8 + 7761340 commit ac9b0de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utils/actions/getAllServices.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ export default async function getAllServices({
watermelon_user: "team",
AISummary: 2,
ResponseTexts,
CodeComments,
SearchAmount,
};
} else {
Expand Down Expand Up @@ -239,7 +240,7 @@ export default async function getAllServices({
AISummary,
ResponseTexts,
SearchAmount,
CodeComments,
CodeComments: CodeComments || 1,
Badges,
user_email,
};
Expand Down

0 comments on commit ac9b0de

Please sign in to comment.