Fix: remove invalid 'name' field from EvaluationForm create
Build and Push Docker Image / build (push) Successful in 9m11s Details

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Matt 2026-01-30 13:51:44 +01:00
parent a0016fbccb
commit d5398e93a0
1 changed files with 0 additions and 1 deletions

View File

@ -118,7 +118,6 @@ async function main() {
await prisma.evaluationForm.create({
data: {
roundId: round.id,
name: 'Round 1 Evaluation',
isActive: true,
criteriaJson: [
{