mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(rest) rm unused var
This commit is contained in:
parent
a0216aec5f
commit
134499ab9b
1 changed files with 1 additions and 1 deletions
|
|
@ -242,7 +242,7 @@
|
|||
* @param pParams {command, method, body, requrest, response}
|
||||
*/
|
||||
function onPUT(pParams) {
|
||||
var name, json, config, callback,
|
||||
var name, json, config,
|
||||
ret = main.checkParams(pParams, ['body']);
|
||||
|
||||
if (ret) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue