Small changes

This commit is contained in:
Andras Schmelczer 2026-02-07 21:22:38 +00:00
parent a7d528fb68
commit f9bd218a3e
9 changed files with 212 additions and 16 deletions

View file

@ -158,7 +158,7 @@ pub async fn get_hexagon_stats(
// Collect price history (year, price) pairs
let price_history = {
let year_idx = state.feature_name_to_index.get("Transaction year").copied();
let year_idx = state.feature_name_to_index.get("Date of last transaction").copied();
let price_idx = state.feature_name_to_index.get("Last known price").copied();
match (year_idx, price_idx) {
(Some(yi), Some(pi)) => {