Fix: remove invalid 'name' field from EvaluationForm create
All checks were successful
Build and Push Docker Image / build (push) Successful in 9m11s
All checks were successful
Build and Push Docker Image / build (push) Successful in 9m11s
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -118,7 +118,6 @@ async function main() {
|
||||
await prisma.evaluationForm.create({
|
||||
data: {
|
||||
roundId: round.id,
|
||||
name: 'Round 1 Evaluation',
|
||||
isActive: true,
|
||||
criteriaJson: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user