diff options
| author | Dhravya Shah <[email protected]> | 2024-07-22 22:54:33 -0500 |
|---|---|---|
| committer | Dhravya Shah <[email protected]> | 2024-07-22 22:54:33 -0500 |
| commit | d4c27b12f7951d87849fd07f0eb2f914129ffad3 (patch) | |
| tree | e61f97d754f1db9fac89c446aa9a7131349acbb1 /apps | |
| parent | remove lockfile (failing builds) (diff) | |
| download | supermemory-pro-mode.tar.xz supermemory-pro-mode.zip | |
fix: type error when getting full chat threadpro-mode
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/web/app/actions/fetchers.ts | 3 |
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: [], + }, }; }, ); |