mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
refactor(rest) api
This commit is contained in:
parent
330329793c
commit
e618258d19
1 changed files with 2 additions and 2 deletions
|
|
@ -70,8 +70,8 @@
|
|||
});
|
||||
}
|
||||
}
|
||||
if (!ret)
|
||||
Util.exec(callback);
|
||||
if (!ret && callback)
|
||||
callback();
|
||||
|
||||
return ret;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue