fix: app node reports in search app node

This commit is contained in:
Noor 2025-04-14 10:17:25 +00:00
parent d7da1824cf
commit 4615c10799
Signed by: noormohammedb
GPG Key ID: 7680BB1B83C6A443

@ -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(),
}
}
}