fix: persist reported birth-time status

This commit is contained in:
Jesse_Chen
2026-07-22 12:10:56 +08:00
parent c2213cd4e6
commit 753210747a
4 changed files with 37 additions and 5 deletions
@@ -217,10 +217,6 @@ export function resolveAccountBirthTimeApplicationPatch(
const confirmed = current.birth_time_status === "confirmed"
|| (current.birth_time_status === null && isBirthClockTime(current.birth_time ?? ""));
if (confirmed) return {};
if (!current.active_birth_time
&& !current.birth_time
&& current.birth_time_status !== "candidate"
&& !current.rectification_case_id) return {};
return {
active_birth_time: null,
birth_time: null,