Speed up dashboard loading

This commit is contained in:
Matthias 2023-09-03 10:34:16 +02:00
parent a883184e02
commit a8ba18bb34

View File

@ -235,7 +235,7 @@ const responsiveGridLayouts = computed(() => {
});
onMounted(async () => {
await botStore.allGetDaily({ timescale: 30 });
botStore.allGetDaily({ timescale: 30 });
// botStore.activeBot.getTrades();
botStore.activeBot.getOpenTrades();
botStore.activeBot.getProfit();