mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-28 10:14:13 +00:00
feature(main) sendResponse: params, data, notLog -> data, params, notLog
This commit is contained in:
parent
391db5f83f
commit
73fa821b37
3 changed files with 8 additions and 9 deletions
|
|
@ -257,7 +257,7 @@
|
|||
if (error)
|
||||
main.sendError(error, p);
|
||||
else
|
||||
main.sendResponse(p, data, NOT_LOG);
|
||||
main.sendResponse(data, p, NOT_LOG);
|
||||
});
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue