fix(seed): Remove invalid createdById from Task creation in seed.js
This commit is contained in:
parent
76703aa500
commit
0c970cadb7
1 changed files with 0 additions and 1 deletions
|
|
@ -316,7 +316,6 @@ async function main() {
|
|||
await prisma.task.create({
|
||||
data: {
|
||||
...t,
|
||||
createdById: manager?.id,
|
||||
assignedToId: cultivator?.id,
|
||||
batchId: createdBatches[0]?.id
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue