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, "ไม่พบข้อมูล");