Updating bulk JSON content type

This commit is contained in:
Shaunak Kashyap
2017-02-22 04:24:07 -08:00
parent d2c642f50f
commit c7551f7914
2 changed files with 2 additions and 2 deletions

View File

@ -60,4 +60,4 @@ Json.prototype.bulkBody = function (val) {
return body;
};
Json.prototype.bulkBody.contentType = 'application/x-ldjson';
Json.prototype.bulkBody.contentType = 'application/x-ndjson';