charting refactor into shapes, not debugged
This commit is contained in:
@@ -26,7 +26,7 @@ export function subOHLCs( chainId, poolPeriods ) {
|
||||
socket.emit('subOHLCs', chainId, toSub)
|
||||
}
|
||||
|
||||
export function unsubPrices( chainId, poolPeriods ) {
|
||||
export function unsubOHLCs( chainId, poolPeriods ) {
|
||||
const toUnsub = []
|
||||
for( const [pool,period] of poolPeriods ) {
|
||||
const key = `${pool}|${period}`
|
||||
|
||||
Reference in New Issue
Block a user