mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore: cloudcmd: actions: lint ☘️
This commit is contained in:
parent
7aacf203a0
commit
6b9d43e9ab
16 changed files with 28 additions and 9 deletions
|
|
@ -101,8 +101,7 @@ function sendData(params, config, callback) {
|
|||
return onGET(params, config, callback);
|
||||
|
||||
case 'PUT':
|
||||
return pullout(p
|
||||
.request)
|
||||
return pullout(p.request)
|
||||
.then((body) => {
|
||||
onPUT({
|
||||
name: p.name,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue