Skip to content

Commit

Permalink
fix: remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-bisonai committed Jul 29, 2024
1 parent b15ee8b commit d4ade0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion node/pkg/dal/api/hub.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ func (c *Hub) removeClient(conn *websocket.Conn) {
func (c *Hub) initializeBroadcastChannels(collector *collector.Collector) {
for configId, stream := range collector.OutgoingStream {
symbol := c.configIdToSymbol(configId)
c.broadcast[symbol] = make(chan dalcommon.OutgoingSubmissionData)
c.broadcast[symbol] = stream
}
}
Expand Down

0 comments on commit d4ade0a

Please sign in to comment.