mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-25 08:54:10 +00:00
chore(rest) add "{, }"
This commit is contained in:
parent
e0a4a725be
commit
3d57c9805c
1 changed files with 2 additions and 2 deletions
|
|
@ -193,9 +193,9 @@
|
|||
pipe.getBody(p.request, function(error, body) {
|
||||
var files;
|
||||
|
||||
if (error)
|
||||
if (error) {
|
||||
callback(error);
|
||||
else {
|
||||
} else {
|
||||
files = Util.parseJSON(body);
|
||||
|
||||
Fs.delete(query, path, files, function(error) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue