From 8f2f054c57687026d967e85d089b6f182949c106 Mon Sep 17 00:00:00 2001 From: Matt Date: Wed, 4 Mar 2026 00:55:08 +0100 Subject: [PATCH] fix: remove invalid 'reason' field from ProjectStatusHistory.create The field doesn't exist on the model, causing finalization to crash. Co-Authored-By: Claude Opus 4.6 --- src/server/services/round-finalization.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/server/services/round-finalization.ts b/src/server/services/round-finalization.ts index 6a55a0d..3a10bc0 100644 --- a/src/server/services/round-finalization.ts +++ b/src/server/services/round-finalization.ts @@ -611,7 +611,6 @@ export async function confirmFinalization( projectId: prs.projectId, status: 'ASSIGNED', changedBy: actorId, - reason: `Advanced from round "${round.name}" via finalization`, }, }) } else {