Fixed linting issue
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user