aboutsummaryrefslogtreecommitdiff
path: root/apps/web/app
diff options
context:
space:
mode:
authorDhravya Shah <[email protected]>2024-07-22 22:54:33 -0500
committerDhravya Shah <[email protected]>2024-07-22 22:54:33 -0500
commitd4c27b12f7951d87849fd07f0eb2f914129ffad3 (patch)
treee61f97d754f1db9fac89c446aa9a7131349acbb1 /apps/web/app
parentremove lockfile (failing builds) (diff)
downloadsupermemory-pro-mode.tar.xz
supermemory-pro-mode.zip
fix: type error when getting full chat threadpro-mode
Diffstat (limited to 'apps/web/app')
-rw-r--r--apps/web/app/actions/fetchers.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/web/app/actions/fetchers.ts b/apps/web/app/actions/fetchers.ts
index 7071ecb3..688fe7f5 100644
--- a/apps/web/app/actions/fetchers.ts
+++ b/apps/web/app/actions/fetchers.ts
@@ -218,6 +218,9 @@ export const getFullChatThread = async (
],
sources: sources ?? [],
},
+ proModeProcessing: {
+ queries: [],
+ },
};
},
);