Skip to content

Commit 8c9cf6e

Browse files
committed
chore: formatting
1 parent f2f8a60 commit 8c9cf6e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

prisma/users.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
import { PrismaClient } from "@prisma/client";
2-
32
const prisma = new PrismaClient();
43

54
export async function seedUsers(): Promise<void> {
6-
75
const adminUser = await prisma.users.upsert({
86
where: { email: "fred@flintstones.com" },
97
update: {},

0 commit comments

Comments
 (0)