mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-25 17:04:16 +00:00
chore(cloudcmd) lint
This commit is contained in:
parent
d473a7e187
commit
794caced01
15 changed files with 42 additions and 35 deletions
|
|
@ -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,
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue