global: fix: bugs

This commit is contained in:
k
2024-07-26 00:44:17 +02:00
parent d3d5e7f8d7
commit f1f4ad2188
8 changed files with 45 additions and 30 deletions

View File

@@ -357,7 +357,7 @@ impl PriceDatasets {
.last_key_value()
.unwrap()
.0
<= date
< date
{
self.kraken_daily.replace(Kraken::fetch_daily_prices()?);
}