Skip to content

Commit 08d8232

Browse files
committed
✏️ Fix typo (#1124)
1 parent 5ba4149 commit 08d8232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prisma/seed.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ async function addTask(task, taskFactory, isHavingTaskTag) {
160160
create: [
161161
{
162162
tag: {
163-
connect: { task_id: task.task_id },
163+
connect: { task_id: task.id },
164164
},
165165
},
166166
],

0 commit comments

Comments
 (0)