fix unexpected prismaclient generate

This commit is contained in:
2024-10-12 22:37:02 +07:00
parent 7131d147ea
commit 06d7c3a935
17 changed files with 1315 additions and 2121 deletions

View File

@@ -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,
// ) {}
// }