clean redundant comment

This commit is contained in:
tiagosiebler
2023-02-27 12:00:39 +00:00
parent 28bb694a63
commit c4176baa24

View File

@@ -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');