Skip to content

Commit 6bf4986

Browse files
committed
#1534 Seed Data prettier check
1 parent 106b80a commit 6bf4986

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
@@ -402,7 +402,7 @@ const bumi: Prisma.UserCreateInput = {
402402
googleAuthId: 'bumi',
403403
email: 'kingBumi@avatarBenders.com',
404404
role: Role.GUEST
405-
}
405+
};
406406

407407
const cristianoRonaldo: Prisma.UserCreateInput = {
408408
firstName: 'Cristiano',

0 commit comments

Comments
 (0)