fix: continue questions after range rectification

This commit is contained in:
Jesse_Chen
2026-07-22 11:49:08 +08:00
parent 8b35925ada
commit c2213cd4e6
3 changed files with 30 additions and 1 deletions
+1 -1
View File
@@ -200,7 +200,7 @@ export async function POST(request: Request) {
}
if (handoff) {
if (parsed.data.consultationMode !== "verified_chart"
if (!["verified_chart", "unverified_birth_time"].includes(parsed.data.consultationMode)
|| parsed.data.entrypoint !== undefined
|| requestId !== handoff.requestId) {
return NextResponse.json(