From f8c6f87aca48b9124886d08754a1db2be95a047a Mon Sep 17 00:00:00 2001 From: Esteban Dalel R Date: Tue, 16 Jan 2024 13:07:00 -0500 Subject: [PATCH] Pass summary as always true --- utils/actions/getAllServices.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/actions/getAllServices.ts b/utils/actions/getAllServices.ts index 1487652d..a0fa3948 100644 --- a/utils/actions/getAllServices.ts +++ b/utils/actions/getAllServices.ts @@ -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, };