Skip to content

Commit

Permalink
fix: removed commented code
Browse files Browse the repository at this point in the history
Signed-off-by: tipusinghaw <tipu.singh@ayanworks.com>
  • Loading branch information
tipusinghaw committed Nov 20, 2023
1 parent 17b1fa4 commit 5fd9a98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/api-gateway/src/issuance/issuance.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -358,9 +358,9 @@ export class IssuanceController {
}

@Get('/orgs/:orgId/bulk/files')
// @Roles(OrgRoles.OWNER, OrgRoles.ADMIN, OrgRoles.ISSUER, OrgRoles.VERIFIER)
// @UseGuards(AuthGuard('jwt'), OrgRolesGuard)
// @ApiBearerAuth()
@Roles(OrgRoles.OWNER, OrgRoles.ADMIN, OrgRoles.ISSUER, OrgRoles.VERIFIER)
@UseGuards(AuthGuard('jwt'), OrgRolesGuard)
@ApiBearerAuth()
@ApiResponse({ status: 200, description: 'Success', type: ApiResponseDto })
@ApiUnauthorizedResponse({
status: 401,
Expand Down

0 comments on commit 5fd9a98

Please sign in to comment.