Skip to content

Commit 38d2408

Browse files
committed
#1529: Added more data to seed.ts and initialized them on users.seeds.ts
1 parent 81480cd commit 38d2408

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/backend/src/prisma/seed-data/users.seed.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ const hawkgirl: Prisma.UserCreateInput = {
8888
const elongatedMan: Prisma.UserCreateInput = {
8989
firstName: 'Randolph',
9090
lastName: 'Dibney',
91-
email: 'hawkwoman@justiceleague.com',
91+
email: 'elongatedman@justiceleague.com',
9292
googleAuthId: 'joigiug',
9393
role: Role.MEMBER
9494
};

0 commit comments

Comments
 (0)