Skip to content

Commit 83107a0

Browse files
committed
fix formatting
1 parent 9b3d104 commit 83107a0

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/realtimefeeds/binance.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,7 @@ abstract class BinanceRealTimeFeedBase extends MultiConnectionRealTimeFeedBase {
7676

7777
protected *_getRealTimeFeeds(exchange: string, filters: Filter<string>[], timeoutIntervalMS?: number, onError?: (error: Error) => void) {
7878
const wsFilters = filters.filter(
79-
(f) =>
80-
f.channel !== 'openInterest' &&
81-
f.channel !== 'recentTrades' &&
82-
f.channel !== 'fundingInfo' &&
83-
f.channel !== 'insuranceBalance'
79+
(f) => f.channel !== 'openInterest' && f.channel !== 'recentTrades' && f.channel !== 'fundingInfo' && f.channel !== 'insuranceBalance'
8480
)
8581

8682
if (wsFilters.length > 0) {

0 commit comments

Comments
 (0)