Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
wcalderipe committed Feb 9, 2024
1 parent 0b5740a commit bf9560d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { REQUEST_HEADER_ORG_ID } from '@app/orchestration/src/orchestration.constant'
import { CreateUserRequestDto, CreateUserResponseDto } from '@narval/authz-shared'
import { Body, Controller, HttpStatus, Post } from '@nestjs/common'
import { ApiHeader, ApiOperation, ApiResponse, ApiTags } from '@nestjs/swagger'
import { REQUEST_HEADER_ORG_ID } from '../../../../orchestration.constant'
import { OrgId } from '../../../../shared/decorator/org-id.decorator'
import { ClusterService } from '../../../core/service/cluster.service'

Expand Down

0 comments on commit bf9560d

Please sign in to comment.