Skip to content

Commit

Permalink
Update seed file (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
elvincheng3 authored Jan 22, 2025
1 parent c5de4ec commit ab21e5e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions apps/server/prisma/seed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ async function main() {
id: uuidv4(),
order: 0,
signerType: 'USER_LIST',
assignedUserList: {
signerEmployeeList: {
connect: [
{ id: IRIS_ZHANG_UUID },
{ id: KAI_ZHENG_UUID },
Expand Down Expand Up @@ -459,13 +459,13 @@ async function main() {
id: uuidv4(),
order: 0,
signerType: 'USER',
assignedUserId: KAI_ZHENG_UUID,
signerEmployeeId: KAI_ZHENG_UUID,
},
{
id: uuidv4(),
order: 1,
signerType: 'USER_LIST',
assignedUserList: {
signerEmployeeList: {
connect: [
{ id: IRIS_ZHANG_UUID },
{ id: KAI_ZHENG_UUID },
Expand Down Expand Up @@ -517,7 +517,7 @@ async function main() {
id: uuidv4(),
order: 0,
signerType: 'USER',
assignedUserId: KAI_ZHENG_UUID,
signerEmployeeId: KAI_ZHENG_UUID,
},
],
},
Expand All @@ -532,7 +532,7 @@ async function main() {
id: uuidv4(),
order: 0,
signerType: 'USER',
assignedUserId: KAI_ZHENG_UUID,
signerEmployeeId: KAI_ZHENG_UUID,
},
],
},
Expand Down

0 comments on commit ab21e5e

Please sign in to comment.