fix(service) inject manager

pull/2/head
ashar 2024-06-06 14:04:12 +07:00
parent 4fc428e3b7
commit 1abb30649a
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import { UserPrivilegeEntity } from '../domain/entities/user-privilege.entity';
import { UserPrivilegeReadOrchestrator } from '../domain/usecases/user-privilege/user-privilege-read.orchestrator';
import { ApiBearerAuth, ApiTags } from '@nestjs/swagger';
import { MODULE_NAME } from 'src/core/strings/constants/module.constants';
import { ExcludePrivilege, Public } from 'src/core/guards';
import { Public } from 'src/core/guards';
@ApiTags(`${MODULE_NAME.USER_PRIVILEGE.split('-').join(' ')} - read`)
@Controller(MODULE_NAME.USER_PRIVILEGE)