fix eslint errors

This commit is contained in:
xCyanGrizzly
2026-02-18 15:27:23 +01:00
parent 3a5726e82b
commit 564f81585b
8 changed files with 14 additions and 9 deletions

View File

@@ -33,7 +33,7 @@ async function main() {
// Create regular user
const userPassword = await hash("password123", 10);
const user = await prisma.user.upsert({
const _user = await prisma.user.upsert({
where: { email: "user@dragonsstash.local" },
update: {},
create: {