Fix client endpoint used
This commit is contained in:
parent
7ccced45aa
commit
bebd04a398
|
@ -52,7 +52,7 @@ ProjectionsManager.prototype.abort = function(name, userCredentials) {
|
||||||
* @returns {Promise<void>}
|
* @returns {Promise<void>}
|
||||||
*/
|
*/
|
||||||
ProjectionsManager.prototype.reset = function(name, userCredentials) {
|
ProjectionsManager.prototype.reset = function(name, userCredentials) {
|
||||||
return this._client.abort(this._httpEndPoint, name, userCredentials);
|
return this._client.reset(this._httpEndPoint, name, userCredentials);
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue
Block a user