mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-28 10:14:13 +00:00
fix(cloudcmd) pParams -> params
This commit is contained in:
parent
24cf39ca95
commit
14d42af6b5
1 changed files with 1 additions and 1 deletions
|
|
@ -257,7 +257,7 @@
|
|||
var query, isJSON;
|
||||
|
||||
if (error)
|
||||
main.sendError(pParams, error);
|
||||
main.sendError(params, error);
|
||||
else {
|
||||
query = main.getQuery(p.request);
|
||||
isJSON = Util.isContainStr(query, 'json');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue