mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
refactor(rest) onPut: rm unused options
This commit is contained in:
parent
6669172ae8
commit
c4e53d623c
1 changed files with 1 additions and 1 deletions
|
|
@ -255,7 +255,7 @@
|
|||
* @param pParams {command, method, body, requrest, response}
|
||||
*/
|
||||
function onPUT(params) {
|
||||
var p, cmd, files, name, json, config, data, from, to, options,
|
||||
var p, cmd, files, name, json, config, data, from, to,
|
||||
ret = main.checkParams(params, ['body']);
|
||||
|
||||
if (ret) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue