API generation

This commit is contained in:
delvedor
2019-01-30 11:38:36 +01:00
parent 140774128b
commit 7c63c2d9e2

View File

@ -89,7 +89,7 @@ function buildMonitoringBulk (opts) {
const request = { const request = {
method, method,
path, path,
body: body || '', bulkBody: body,
querystring querystring
} }