From a27a612abd96393c72ec215ffebb14f23fe10dde Mon Sep 17 00:00:00 2001 From: unakb Date: Wed, 11 Dec 2024 10:59:12 +0000 Subject: [PATCH] Update internalCase.controller.ts --- .../backend/src/app/modules/case/internalCase.controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/judicial-system/backend/src/app/modules/case/internalCase.controller.ts b/apps/judicial-system/backend/src/app/modules/case/internalCase.controller.ts index c6a9f4c26e29..d48a86633f14 100644 --- a/apps/judicial-system/backend/src/app/modules/case/internalCase.controller.ts +++ b/apps/judicial-system/backend/src/app/modules/case/internalCase.controller.ts @@ -583,7 +583,7 @@ export class InternalCaseController { ) @ApiOkResponse({ type: DeliverResponse, - description: 'Delivers a signed ruling to police', + description: 'Delivers a signed court record to police', }) deliverSignedCourtRecordToPolice( @Param('caseId') caseId: string,