fix: permit chart profile upserts

fix: permit chart profile upserts
This commit is contained in:
732642856
2026-07-20 17:00:25 +08:00
committed by GitHub
6 changed files with 32 additions and 2 deletions
@@ -113,7 +113,7 @@ export function useBirthTimeGuidedJourney(input: GuidedJourneyInput): BirthTimeG
publish: onJourney,
})) latest.current = turn;
}).catch((caught: unknown) => {
setError(caught instanceof Error ? caught.message : "当前步骤暂时无法完成,请重试。");
setError(birthTimeUserError(caught));
}).finally(() => {
release();
setPending(false);