Переглянути джерело

fix(auth): remove duplicate adService injection in AuthService constructor

Dave 1 місяць тому
батько
коміт
af0c509023
1 змінених файлів з 0 додано та 1 видалено
  1. 0 1
      apps/box-app-api/src/feature/auth/auth.service.ts

+ 0 - 1
apps/box-app-api/src/feature/auth/auth.service.ts

@@ -32,7 +32,6 @@ export class AuthService {
     private readonly prismaMongoStatsService: PrismaMongoStatsService,
     private readonly prismaMongoService: PrismaMongoService, // box-admin
     private readonly adService: AdService,
-    private readonly adService: AdService,
   ) {}
 
   async login(params: LoginParams): Promise<LoginResult> {