diff --git a/common/lkt.js b/common/lkt.js index 5f58ad1575d7979e5185b360a5a15b9e3151efb4..c7e1493e25e04ec9a8eb8808715e1cb44cfd8fa4 100644 --- a/common/lkt.js +++ b/common/lkt.js @@ -270,11 +270,11 @@ class LktClient { } static commandQueueDelPos(position) { - return LktClient.__execSimple(`delete ${position}`); + return LktClient.__execSimple(`del ${position}`); } static commandQueueDelId(id) { - return LktClient.__execSimple(`deleteid ${id}`); + return LktClient.__execSimple(`delid ${id}`); } static errorStatus(error) {