mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
refactor(rest) rm checkSendError
This commit is contained in:
parent
5a7fb8e458
commit
024a72d421
1 changed files with 0 additions and 7 deletions
|
|
@ -388,11 +388,4 @@
|
|||
sendResponse(pParams, msg);
|
||||
}
|
||||
|
||||
function checkSendError(error, params, callback) {
|
||||
if (error)
|
||||
sendError(params, error);
|
||||
else
|
||||
Util.exec(callback);
|
||||
}
|
||||
|
||||
})();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue