Patching some bugs.

This commit is contained in:
charles-gauthereau
2025-01-03 20:48:58 +01:00
parent 7193f5b71f
commit c733fb4fdc
11 changed files with 273 additions and 32 deletions
-1
View File
@@ -1,7 +1,6 @@
import {PrismaClient} from '@prisma/client'
const prismaClientSingleton = () => {
return new PrismaClient()
}