add centerstaff mutation
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
// import { forwardRef, Inject, Injectable } from '@nestjs/common';
|
||||
|
||||
// import { Injectable } from '@nestjs/common';
|
||||
// import { NestMinioService } from 'nestjs-minio';
|
||||
// import { ConfigService } from '@nestjs/config';
|
||||
// @Injectable()
|
||||
// export class MinioService {
|
||||
// constructor(
|
||||
// @Inject(forwardRef(() => ConfigService))
|
||||
// private configService: ConfigService,
|
||||
// ) {}
|
||||
// export class MinioService extends NestMinioService {
|
||||
// constructor(configService: ConfigService) {
|
||||
// super(configService);
|
||||
// }
|
||||
// }
|
||||
|
||||
Reference in New Issue
Block a user