diff --git a/src/reporting/types.rs b/src/reporting/types.rs index 27e89f2..1cbfb95 100644 --- a/src/reporting/types.rs +++ b/src/reporting/types.rs @@ -194,6 +194,7 @@ pub trait GenericReportingProduct: Debug + ReportingProduct {} /// Map from [ReportingProductId] to [ReportingProduct] #[derive(Clone, Debug)] pub struct ReportingProducts { + // This needs to be an IndexMap not HashMap, because sometimes we query which product is more up to date map: IndexMap>, }