From 68f680d841e1d999086aad5cca57e0648f078923 Mon Sep 17 00:00:00 2001 From: mamoss <> Date: Tue, 1 Apr 2025 11:28:58 +0700 Subject: [PATCH] edit path --- src/controllers/ProfileAssistanceController.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/controllers/ProfileAssistanceController.ts b/src/controllers/ProfileAssistanceController.ts index 7858c7dd..4367ec6e 100644 --- a/src/controllers/ProfileAssistanceController.ts +++ b/src/controllers/ProfileAssistanceController.ts @@ -203,7 +203,6 @@ export class ProfileAssistanceController extends Controller { public async editStatusProfileAssistance( @Body() body: { status: string; refId: string }, @Request() req: RequestWithUser, - @Path() assistanceId: string, ) { const record = await this.profileAssistanceRepo.findOneBy({ refId: body.refId }); if (!record) throw new HttpError(HttpStatus.NOT_FOUND, "ไม่พบข้อมูล");