Fixed linting issue

This commit is contained in:
amaurer
2018-10-06 10:43:36 -04:00
parent ee0f2e46ee
commit d0fed1ae46

View File

@@ -215,7 +215,7 @@ export class OrderWatcher {
}
/**
* Gets number of orderHashes currently being watched by the order watcher instance.
* @returns {number}
* @returns {number} Number of hashes in _orderByOrderHash
*/
public getWatchCount(): number {
return _.size(this._orderByOrderHash);