From a52b0b4115986eef101398ca36f74193dd77ae96 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 16 Sep 2019 17:48:42 +0300 Subject: [PATCH] chore(cloudcmd) lint --- client/cloudcmd.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/cloudcmd.js b/client/cloudcmd.js index f90ef712..53ef2391 100644 --- a/client/cloudcmd.js +++ b/client/cloudcmd.js @@ -17,7 +17,7 @@ const { } = require('./sw/register'); // prevent additional loading of emitify -window.Emitify = require('emitify/legacy'); +window.Emitify = require('emitify'); module.exports = window.CloudCmd = (config) => { window.Util = require('../common/util');