server: add date-modified to datasets

This commit is contained in:
k
2024-09-18 17:58:33 +02:00
parent 9b4e166608
commit 41638d10bf
6 changed files with 35 additions and 24 deletions

View File

@@ -264,7 +264,7 @@ impl AllDatasets {
}
pub fn export_meta_files(&self) -> color_eyre::Result<()> {
let path_to_type: BTreeMap<&str, &str> = self
let path_to_type: BTreeMap<&Path, &str> = self
.to_any_dataset_vec()
.into_iter()
.flat_map(|dataset| {