diff --git a/src/data.rs b/src/data.rs index de4ba57..e0080cb 100644 --- a/src/data.rs +++ b/src/data.rs @@ -280,7 +280,7 @@ impl From for AppNodeListResp { city: value.city, ip: value.ip, price: value.price, - reports: Vec::new(), + reports: value.reports.into_values().collect(), } } }