diff --git a/backend/src/prisma/prisma.service.ts b/backend/src/prisma/prisma.service.ts index 2f8aa5a3..1bbe38d7 100644 --- a/backend/src/prisma/prisma.service.ts +++ b/backend/src/prisma/prisma.service.ts @@ -9,7 +9,7 @@ export class PrismaService private readonly logger = new Logger(PrismaService.name); constructor() { - super({ datasources: { db: { url: process.env.DATABASE_URL } } }); + super(); } async onModuleInit() {