no message

This commit is contained in:
kittapath 2024-09-26 11:18:28 +07:00
parent 0432f89b22
commit fb007073ce

View file

@ -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: {