Skip to content

Commit

Permalink
Matthew Wang (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChinemeremChigbo authored Mar 11, 2024
1 parent 63a2289 commit 8ca71cf
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 @@ -84,6 +84,11 @@ const employees = [
lastName: 'Moraes',
email: '[email protected]',
},
{
firstName: 'Matthew',
lastName: 'Wang',
email: '[email protected]',
},
];

/**
Expand Down

0 comments on commit 8ca71cf

Please sign in to comment.