Skip to content

Commit

Permalink
Merge pull request #53 from ngyngcphu/fix/seeder-verified
Browse files Browse the repository at this point in the history
fix: properly make the seeded user verified
  • Loading branch information
HuyDNA authored Dec 18, 2023
2 parents 575633d + 7548e1f commit b1ba44d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion prisma/seed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ const users = [
role: UserRole.CUSTOMER,
tel: '9876543210',
first_name: 'user',
last_name: 'good'
last_name: 'good',
verified: true
}
];

Expand Down

0 comments on commit b1ba44d

Please sign in to comment.