We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81480cd commit 38d2408Copy full SHA for 38d2408
1 file changed
src/backend/src/prisma/seed-data/users.seed.ts
@@ -88,7 +88,7 @@ const hawkgirl: Prisma.UserCreateInput = {
88
const elongatedMan: Prisma.UserCreateInput = {
89
firstName: 'Randolph',
90
lastName: 'Dibney',
91
- email: 'hawkwoman@justiceleague.com',
+ email: 'elongatedman@justiceleague.com',
92
googleAuthId: 'joigiug',
93
role: Role.MEMBER
94
};
0 commit comments