Skip to content

Commit

Permalink
[Chore] Add BSF contributors to employee database (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
leogjhuang committed Feb 17, 2023
1 parent 8cba089 commit 07f7303
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions prisma/dev-seed-utils/employees.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,26 @@ const employees = [
lastName: 'Tsai',
email: 'carelynntsai+employee@uwblueprint.org',
},
{
firstName: 'Leo',
lastName: 'Huang',
email: 'leohuang+employee@uwblueprint.org',
},
{
firstName: 'Sherry',
lastName: 'Li',
email: 'sherryli+employee@uwblueprint.org',
},
{
firstName: 'Chinemerem',
lastName: 'Chigbo',
email: 'chinemeremchigbo+employee@uwblueprint.org',
},
{
firstName: 'Adil',
lastName: 'Kapadia',
email: 'adilkapadia+employee@uwblueprint.org',
},
];

/**
Expand Down

0 comments on commit 07f7303

Please sign in to comment.