This commit is contained in:
Tim
2024-03-19 21:25:29 -04:00
parent c0aad693e0
commit 403c7bee62

View File

@@ -27,7 +27,7 @@ export async function subOHLCs( socket, chainId, poolPeriods) {
console.log('got ohlc', ohlc)
if (typeof(ohlc)==='string') {
ohlc = JSON.parse(ohlc)
}
}
socket.emit('ohlc', chainId, key, ohlc)
console.log('joined room', room)
}