chore(cloudcmd) lint

This commit is contained in:
coderaiser 2019-09-28 16:42:30 +03:00
parent d473a7e187
commit 794caced01
15 changed files with 42 additions and 35 deletions

View file

@ -169,9 +169,9 @@ function indexProcessing(config, options) {
return data;
}
function buildIndex(config, html, json) {
function buildIndex(config, html, data) {
const panel = CloudFunc.buildFromJSON({
data: json,
data,
prefix: getPrefix(config),
template: Template,
});