commented unused function

This commit is contained in:
2025-12-09 16:56:45 +01:00
parent c00bfd8687
commit f95e9e2427
4 changed files with 308 additions and 181 deletions

View File

@@ -178,7 +178,7 @@ pub async fn save_prices_by_source(
}
/// Update available_exchanges.json with fetch results
pub async fn update_available_exchange(
/*pub async fn update_available_exchange(
paths: &DataPaths,
isin: &str,
ticker: &str,
@@ -205,7 +205,7 @@ pub async fn update_available_exchange(
}
save_available_exchanges(paths, isin, exchanges).await
}
}*/
/// Infer currency from ticker suffix
fn infer_currency_from_ticker(ticker: &str) -> String {