From 883eee96a2c2fb4829198e2d620caca518110747 Mon Sep 17 00:00:00 2001 From: coderiaser Date: Fri, 14 Jun 2024 22:26:27 +0300 Subject: [PATCH] chore: lint --- client/sort.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/client/sort.js b/client/sort.js index fdcfaf65..863c8379 100644 --- a/client/sort.js +++ b/client/sort.js @@ -4,11 +4,8 @@ const DOM = require('./dom'); const Info = DOM.CurrentInfo; - const {sort, order} = CloudCmd; - const position = DOM.getPanelPosition(); - let sortPrevious = sort[position]; const {getPanel} = DOM;