Fix documentation
This commit is contained in:
parent
bebd04a398
commit
ad8d16d112
|
@ -48,7 +48,7 @@ ProjectionsManager.prototype.abort = function(name, userCredentials) {
|
||||||
/**
|
/**
|
||||||
* Reset a projection. (This will re-emit events, streams that are written to from the projection will also be soft deleted)
|
* Reset a projection. (This will re-emit events, streams that are written to from the projection will also be soft deleted)
|
||||||
* @param name The name of the projection.
|
* @param name The name of the projection.
|
||||||
* @param userCredentials Credentials for a user with permission to disable a projection.
|
* @param userCredentials Credentials for a user with permission to reset a projection.
|
||||||
* @returns {Promise<void>}
|
* @returns {Promise<void>}
|
||||||
*/
|
*/
|
||||||
ProjectionsManager.prototype.reset = function(name, userCredentials) {
|
ProjectionsManager.prototype.reset = function(name, userCredentials) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user