Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thaaddeus committed Dec 21, 2023
1 parent 390c294 commit c773d63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ws/subscriptionsmappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,8 @@ export const subscriptionsMappers: { [key in Exchange]: SubscriptionMapper } = {
'woo-x': wooxMapper,
'blockchain-com': blockchainComMapper,
'bybit-options': bybitMapper,
'binance-european-options': binanceMapper
'binance-european-options': binanceMapper,
'okex-spreads': okexMapper
}

export type SubscriptionMapper = {
Expand Down

0 comments on commit c773d63

Please sign in to comment.