chore(cloudcmd) lint: space-before-function-paren

This commit is contained in:
coderaiser 2020-04-09 13:37:29 +03:00
parent 754d4087b4
commit 511e40fa72
3 changed files with 3 additions and 3 deletions

View file

@ -75,7 +75,7 @@ module.exports.show = promisify((options = {}, fn) => {
module.exports.hide = hide;
function hide () {
function hide() {
CloudCmd.View.hide();
}

View file

@ -57,7 +57,7 @@ module.exports.init = async () => {
module.exports.show = show;
module.exports.hide = hide;
function hide () {
function hide() {
CloudCmd.View.hide();
}

View file

@ -20,7 +20,7 @@ transpile('');
const URL = '/api/v1/user-menu';
const DEFAULT_MENU_PATH = join(__dirname, '../static/user-menu.js');
module.exports = currify(async({menuName}, req, res, next) => {
module.exports = currify(async ({menuName}, req, res, next) => {
if (req.url.indexOf(URL))
return next();