1
0
mirror of https://github.com/Fayorg/calendrier-avant.git synced 2026-05-27 17:18:38 +02:00

fix: using the global prisma instance in password.ts

This commit is contained in:
2023-12-04 14:04:58 +01:00
parent e2709760cd
commit 37f9e6ff82

View File

@@ -1,6 +1,4 @@
import { PrismaClient } from '@prisma/client'
const prisma = new PrismaClient()
import prisma from "./prisma"
let users = 24
let keys = []