From c834cb6e415e711524e966e7ada411c127c91376 Mon Sep 17 00:00:00 2001 From: mamoss <> Date: Thu, 29 May 2025 17:15:52 +0700 Subject: [PATCH] sort command --- src/controllers/CommandController.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/controllers/CommandController.ts b/src/controllers/CommandController.ts index bde73c1e..abbbcf8c 100644 --- a/src/controllers/CommandController.ts +++ b/src/controllers/CommandController.ts @@ -2213,7 +2213,6 @@ export class CommandController extends Controller { commandRecive.remarkVertical = item.remarkVertical == null ? _null : item.remarkVertical; commandRecive.remarkHorizontal = item.remarkHorizontal == null ? _null : item.remarkHorizontal; - commandRecive.order = order; commandRecive.commandId = command.id; commandRecive.createdUserId = request.user.sub; commandRecive.createdFullName = request.user.name;