chore(before) rm unused

This commit is contained in:
coderaiser 2018-11-13 16:24:55 +02:00
parent f297defea8
commit e47d7e48d9

View file

@ -20,10 +20,6 @@ const currentConfig = readjson.sync.try(pathConfig);
module.exports = before;
function before(options, fn = options) {
if (fn === options) {
options = {};
}
const {config, plugins, modules} = options;
const app = express();