fix: advance imported rectification profile pointer

This commit is contained in:
Jesse_Chen
2026-07-21 14:16:54 +08:00
parent d4ad0637fe
commit de9a687779
7 changed files with 264 additions and 7 deletions
@@ -219,7 +219,6 @@ export async function loadProductionConversationalRectificationProfile(
const protocol = prior ? text(prior.journey_protocol) : null;
const status = prior ? text(prior.status) : null;
const unfinishedLegacyStatuses = new Set([
"reported",
"assessing",
"rectifying",
"candidate",