From 05e27f4f83ca772a801fbae133a3c7e7bd0d7372 Mon Sep 17 00:00:00 2001 From: MaheshtheDev <38828053+MaheshtheDev@users.noreply.github.com> Date: Sat, 15 Nov 2025 05:43:08 +0000 Subject: [PATCH] fix: document source (#580) --- apps/web/app/onboarding/bio-form.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/app/onboarding/bio-form.tsx b/apps/web/app/onboarding/bio-form.tsx index 21b0e34b..97be3d9e 100644 --- a/apps/web/app/onboarding/bio-form.tsx +++ b/apps/web/app/onboarding/bio-form.tsx @@ -20,7 +20,7 @@ export function BioForm() { } nextStep() - void $fetch("@post/memories", { + void $fetch("@post/documents", { body: { content: trimmed, containerTags: ["sm_project_default"],