chore: cloudcmd: actions: lint ☘️

This commit is contained in:
coderaiser 2023-07-09 09:51:29 +00:00
parent 7aacf203a0
commit 6b9d43e9ab
16 changed files with 28 additions and 9 deletions

View file

@ -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,