diff options
| author | Dhravya <[email protected]> | 2024-04-11 02:38:41 -0700 |
|---|---|---|
| committer | Dhravya <[email protected]> | 2024-04-11 02:38:41 -0700 |
| commit | 22effd214c3bfa3e927604282da619bcc40b0d5f (patch) | |
| tree | 281fa1f0b1bb2266c4f970d88dbcc1e594c04041 /apps/web/src/app/api | |
| parent | Merge branch 'main' of https://github.com/Dhravya/supermemory (diff) | |
| download | supermemory-22effd214c3bfa3e927604282da619bcc40b0d5f.tar.xz supermemory-22effd214c3bfa3e927604282da619bcc40b0d5f.zip | |
prepare statement
Diffstat (limited to 'apps/web/src/app/api')
| -rw-r--r-- | apps/web/src/app/api/store/route.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/src/app/api/store/route.ts b/apps/web/src/app/api/store/route.ts index ebe23077..ca6921c4 100644 --- a/apps/web/src/app/api/store/route.ts +++ b/apps/web/src/app/api/store/route.ts @@ -67,7 +67,7 @@ export async function POST(req: NextRequest) { let storeToSpace = data.space; if (!storeToSpace) { - storeToSpace = "all"; + storeToSpace = "none"; } const storedContentId = await db.insert(storedContent).values({ |