updated cache saving

This commit is contained in:
2025-12-07 14:49:25 +01:00
parent a6823dc938
commit 0f89c8c0ce
3 changed files with 260 additions and 78 deletions

View File

@@ -6,7 +6,7 @@ use crate::util::logger;
use tokio::fs;
use tokio::io::AsyncWriteExt;
use chrono::{Datelike, NaiveDate};
use std::collections::{HashMap, HashSet};
use std::collections::{HashMap};
use std::path::{PathBuf};
pub async fn load_existing_events(paths: &DataPaths) -> anyhow::Result<HashMap<String, CompanyEvent>> {