Skip to content

Commit

Permalink
Add Jenny to employees
Browse files Browse the repository at this point in the history
  • Loading branch information
ChinemeremChigbo committed Jun 28, 2024
1 parent 8bc037a commit 2e1f480
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions prisma/dev-seed-utils/employees.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@ const employees = [
lastName: 'Sreekaran',
email: '[email protected]',
},
{
firstName: 'Jenny',
lastName: 'Vong',
email: '[email protected]',
},
];

/**
Expand Down

0 comments on commit 2e1f480

Please sign in to comment.