fix unexpected prismaclient generate
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { forwardRef, Inject, Injectable } from '@nestjs/common';
|
||||
// import { forwardRef, Inject, Injectable } from '@nestjs/common';
|
||||
|
||||
@Injectable()
|
||||
export class MinioService {
|
||||
constructor(
|
||||
@Inject(forwardRef(() => ConfigService))
|
||||
private configService: ConfigService,
|
||||
) {}
|
||||
}
|
||||
// @Injectable()
|
||||
// export class MinioService {
|
||||
// constructor(
|
||||
// @Inject(forwardRef(() => ConfigService))
|
||||
// private configService: ConfigService,
|
||||
// ) {}
|
||||
// }
|
||||
|
||||
Reference in New Issue
Block a user