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

Commit

Permalink
Pass summary as always true (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
EstebanDalelR authored Jan 17, 2024
1 parent 99c0da8 commit 5cc8a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/actions/getAllServices.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export default async function getAllServices({
notion: { error: "no notion token", data: [], fullData: [] },
slack: { error: "no slack token", data: [], fullData: [] },
watermelon_user: "team",
AISummary,
AISummary: 1,
ResponseTexts,
SearchAmount,
};
Expand Down

0 comments on commit 5cc8a42

Please sign in to comment.