mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore(cloudcmd) lint: remove useless arguments
This commit is contained in:
parent
8a92a94a3e
commit
a9ba166bd4
4 changed files with 4 additions and 3 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue