metadata.x.data change

This commit is contained in:
Tim
2024-03-16 19:18:39 -04:00
parent 63014bf3ee
commit 43b1c853d6
2 changed files with 4 additions and 4 deletions

View File

@@ -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],