mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
refactor(rest) object shorthand
This commit is contained in:
parent
1419a85f83
commit
45b6d20aaa
1 changed files with 1 additions and 1 deletions
|
|
@ -337,7 +337,7 @@ function copyFiles(files, processFunc, callback) {
|
|||
.type('callback', callback, 'function')
|
||||
.type('processFunc', processFunc, 'function')
|
||||
.check({
|
||||
files: files
|
||||
files,
|
||||
});
|
||||
|
||||
copy();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue