From fb007073ce0cde54804fd3ceea9335da57ba8b44 Mon Sep 17 00:00:00 2001 From: kittapath Date: Thu, 26 Sep 2024 11:18:28 +0700 Subject: [PATCH] no message --- src/controllers/CommandController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/CommandController.ts b/src/controllers/CommandController.ts index 7dd3109d..37688a0e 100644 --- a/src/controllers/CommandController.ts +++ b/src/controllers/CommandController.ts @@ -416,7 +416,7 @@ export class CommandController extends Controller { throw new HttpError(HttpStatusCode.NOT_FOUND, "ไม่พบข้อมูลผู้ได้รับคำสั่ง"); } const commandId = commandRecive.commandId; - // await this.commandReciveRepository.delete(commandRecive.id); + await this.commandReciveRepository.delete(commandRecive.id); const commandReciveList = await this.commandReciveRepository.find({ where: {