fix: remove invalid 'reason' field from ProjectStatusHistory.create
All checks were successful
Build and Push Docker Image / build (push) Successful in 9m10s
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:
@@ -611,7 +611,6 @@ export async function confirmFinalization(
|
||||
projectId: prs.projectId,
|
||||
status: 'ASSIGNED',
|
||||
changedBy: actorId,
|
||||
reason: `Advanced from round "${round.name}" via finalization`,
|
||||
},
|
||||
})
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user