fix: app node reports in search app node
This commit is contained in:
parent
d7da1824cf
commit
4615c10799
@ -280,7 +280,7 @@ impl From<AppNode> for AppNodeListResp {
|
||||
city: value.city,
|
||||
ip: value.ip,
|
||||
price: value.price,
|
||||
reports: Vec::new(),
|
||||
reports: value.reports.into_values().collect(),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user