mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(rest) add space
This commit is contained in:
parent
e6fcc4632b
commit
b86ce2d4e0
1 changed files with 2 additions and 1 deletions
|
|
@ -152,7 +152,7 @@
|
|||
|
||||
if (lRet) {
|
||||
p = pParams;
|
||||
lName = p.params.name;
|
||||
lName = p.params.name;
|
||||
|
||||
if (p.error)
|
||||
main.sendError(p.params, p.error);
|
||||
|
|
@ -174,6 +174,7 @@
|
|||
var p, lName,
|
||||
lRet = main.checkCallBackParams(pParams) &&
|
||||
main.checkParams(pParams.params);
|
||||
|
||||
if(lRet) {
|
||||
p = pParams;
|
||||
if (p.error)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue