fix: remove invalid 'reason' field from ProjectStatusHistory.create
All checks were successful
Build and Push Docker Image / build (push) Successful in 9m10s

The field doesn't exist on the model, causing finalization to crash.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-04 00:55:08 +01:00
parent 5854aa37a9
commit 8f2f054c57

View File

@@ -611,7 +611,6 @@ export async function confirmFinalization(
projectId: prs.projectId,
status: 'ASSIGNED',
changedBy: actorId,
reason: `Advanced from round "${round.name}" via finalization`,
},
})
} else {