Fix bulk-monitoring api

This commit is contained in:
delvedor
2021-04-13 14:34:13 +02:00
parent fee2265e49
commit 110258431f

View File

@ -56,7 +56,7 @@ MonitoringApi.prototype.bulk = function monitoringBulkApi (params, options, call
const request = { const request = {
method, method,
path, path,
body: body || '', bulkBody: body,
querystring querystring
} }