chore(cloudcmd) lint: remove useless arguments

This commit is contained in:
coderaiser 2020-02-17 17:17:16 +02:00
parent 8a92a94a3e
commit a9ba166bd4
4 changed files with 4 additions and 3 deletions

View file

@ -339,7 +339,7 @@ function CloudCmdProto(DOM) {
const {noCurrent} = options;
if (!isRefresh && json)
return await createFileTable(json, panel, options, callback);
return await createFileTable(json, panel, options);
const position = DOM.getPanelPosition(panel);
const sort = CloudCmd.sort[position];