fix: fixed improper imports in auth module

This commit is contained in:
Balu Babu
2023-01-09 18:56:40 +05:30
parent 32765b2d34
commit 90bc0483ae
8 changed files with 19 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
import { Injectable, OnModuleInit, OnModuleDestroy } from '@nestjs/common';
import { PrismaClient } from '@prisma/client/scripts/default-index';
import { PrismaClient } from '@prisma/client';
@Injectable()
export class PrismaService