mirror of
https://github.com/xCyanGrizzly/DragonsStash.git
synced 2026-05-11 06:11:15 +00:00
fix eslint errors
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user