From 7241ae327095ed2de80999c0135cc5603cd74ab5 Mon Sep 17 00:00:00 2001 From: SepehrYahyaee <7heycallmegray@gmail.com> Date: Sat, 18 Jul 2026 16:14:27 +0330 Subject: [PATCH] removed guard --- src/request-management/request-management.service.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/request-management/request-management.service.ts b/src/request-management/request-management.service.ts index 5efef3c..68bbcf5 100644 --- a/src/request-management/request-management.service.ts +++ b/src/request-management/request-management.service.ts @@ -6617,11 +6617,11 @@ export class RequestManagementService { ); } await this.verifyExpertAccessForBlameV2(req, expert); - if (req.status !== CaseStatus.WAITING_FOR_SIGNATURES) { - throw new BadRequestException( - "Request is not waiting for signatures. Current status: " + req.status, - ); - } + // if (req.status !== CaseStatus.WAITING_FOR_SIGNATURES) { + // throw new BadRequestException( + // "Request is not waiting for signatures. Current status: " + req.status, + // ); + // } const partyIndex = this.getPartyIndex(req, partyRole); if (partyIndex === -1) { throw new BadRequestException(