API generation

This commit is contained in:
delvedor
2019-03-11 18:34:39 +01:00
parent 45c31df5c1
commit 5c6c5dea78
253 changed files with 0 additions and 2024 deletions

View File

@ -50,14 +50,6 @@ function buildIlmRemovePolicy (opts) {
params = {}
options = {}
}
// promises support
if (callback == null) {
return new Promise((resolve, reject) => {
ilmRemovePolicy(params, options, (err, body) => {
err ? reject(err) : resolve(body)
})
})
}
// check required parameters
if (params.body != null) {