diff --git a/vibn-frontend/app/api/chat/route.ts b/vibn-frontend/app/api/chat/route.ts index dceb943f..e5fa7ee1 100644 --- a/vibn-frontend/app/api/chat/route.ts +++ b/vibn-frontend/app/api/chat/route.ts @@ -1508,7 +1508,7 @@ export async function POST(request: Request) { MUTATION_TOOLS.includes(tc.name), ); if ( - process.env.VIBN_VERIFICATION_ENABLED === "1" && + !aborted && mutated && activeProject?.id &&