diff options
author | amaurer <git@maurer.me> | 2018-10-06 23:04:48 +0800 |
---|---|---|
committer | amaurer <git@maurer.me> | 2018-10-06 23:04:48 +0800 |
commit | 9171f9ec600b04134e0f86741e60a973618839b5 (patch) | |
tree | ffcfba260a7f80c458de3118328d91197c5e97c4 /packages/order-watcher/src | |
parent | d0fed1ae464301cb26df16053991e667598b640e (diff) | |
download | dexon-sol-tools-9171f9ec600b04134e0f86741e60a973618839b5.tar.gz dexon-sol-tools-9171f9ec600b04134e0f86741e60a973618839b5.tar.zst dexon-sol-tools-9171f9ec600b04134e0f86741e60a973618839b5.zip |
Fix lint issues
Diffstat (limited to 'packages/order-watcher/src')
-rw-r--r-- | packages/order-watcher/src/order_watcher/order_watcher.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/order-watcher/src/order_watcher/order_watcher.ts b/packages/order-watcher/src/order_watcher/order_watcher.ts index 5ddfdd047..e59b56b90 100644 --- a/packages/order-watcher/src/order_watcher/order_watcher.ts +++ b/packages/order-watcher/src/order_watcher/order_watcher.ts @@ -215,7 +215,6 @@ export class OrderWatcher { } /** * Gets number of orderHashes currently being watched by the order watcher instance. - * @returns {number} Number of hashes in _orderByOrderHash */ public getWatchCount(): number { return _.size(this._orderByOrderHash); |