Fix: remove invalid 'name' field from EvaluationForm create
Build and Push Docker Image / build (push) Successful in 9m11s
Details
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:
parent
a0016fbccb
commit
d5398e93a0
|
|
@ -118,7 +118,6 @@ async function main() {
|
||||||
await prisma.evaluationForm.create({
|
await prisma.evaluationForm.create({
|
||||||
data: {
|
data: {
|
||||||
roundId: round.id,
|
roundId: round.id,
|
||||||
name: 'Round 1 Evaluation',
|
|
||||||
isActive: true,
|
isActive: true,
|
||||||
criteriaJson: [
|
criteriaJson: [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue