From c4176baa248804469b830a2446584d32791fb304 Mon Sep 17 00:00:00 2001 From: tiagosiebler Date: Mon, 27 Feb 2023 12:00:39 +0000 Subject: [PATCH] clean redundant comment --- src/util/websocket-util.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/util/websocket-util.ts b/src/util/websocket-util.ts index 3d135c5..85ba238 100644 --- a/src/util/websocket-util.ts +++ b/src/util/websocket-util.ts @@ -386,8 +386,6 @@ export function getWsKeyForTopic( ); } } - // TODO: simple way to manage many public api groups in one api market? - return isPrivateTopic ? WS_KEY_MAP.v5Private : WS_KEY_MAP.v5Private; } default: { throw neverGuard(market, 'getWsKeyForTopic(): Unhandled market');