chore(menu) lint

This commit is contained in:
coderaiser 2019-02-28 18:56:14 +02:00
parent 16e0b19df7
commit 916b971e77

View file

@ -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();