metadata.x.data change
This commit is contained in:
@@ -252,7 +252,7 @@ export const DataFeed = {
|
||||
// todo need to consider the selected fee tier
|
||||
let bars, metadata;
|
||||
const pool = useChartOrderStore().selectedPool;
|
||||
[bars, metadata] = await jBars(pool[0], from, to, resolution); // This is the one that does all the work
|
||||
[bars, metadata] = await jBars(symbolInfo, pool[0], from, to, resolution); // This is the one that does all the work
|
||||
if (firstDataRequest) {
|
||||
lastBarsCache.set(symbolInfo.full_name, {
|
||||
...bars[bars.length - 1],
|
||||
|
||||
Reference in New Issue
Block a user