diff --git a/src/projections/projectionsClient.js b/src/projections/projectionsClient.js index e30d7ae..781694a 100644 --- a/src/projections/projectionsClient.js +++ b/src/projections/projectionsClient.js @@ -40,7 +40,7 @@ ProjectionsClient.prototype.createTransient = function(httpEndPoint, name, query }; ProjectionsClient.prototype.createContinuous = function(httpEndPoint, name, query, trackEmittedStreams, userCredentials) { - return this.sendPost(httpEndPoint + '/projections/continuous?name=' + name + '&type=JS&emit=1&trackEmittedStreams=' + trackEmittedStreams, query, userCredentials, HTTP_CREATED); + return this.sendPost(httpEndPoint + '/projections/continuous?name=' + name + '&type=JS&emit=1&trackemittedstreams=' + trackEmittedStreams, query, userCredentials, HTTP_CREATED); }; ProjectionsClient.prototype.listAll = function(httpEndPoint, userCredentials) { @@ -168,4 +168,4 @@ ProjectionsClient.prototype.sendDelete = function(_url, data, userCredentials, e .then(voidResult); }; -module.exports = ProjectionsClient; \ No newline at end of file +module.exports = ProjectionsClient;