mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-28 10:14:13 +00:00
chore(menu) lint
This commit is contained in:
parent
16e0b19df7
commit
916b971e77
1 changed files with 4 additions and 1 deletions
|
|
@ -37,7 +37,10 @@ module.exports.ENABLED = false;
|
|||
CloudCmd.Menu = exports;
|
||||
|
||||
module.exports.init = () => {
|
||||
const {isAuth, menuDataFile} = getFileMenuData();
|
||||
const {
|
||||
isAuth,
|
||||
menuDataFile,
|
||||
} = getFileMenuData();
|
||||
|
||||
const NOT_FILE = true;
|
||||
const fm = DOM.getFM();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue