App engine features #1

Merged
noormohammedb merged 4 commits from app_engine_features into staging 2025-04-15 11:40:29 +00:00
Showing only changes of commit 4615c10799 - Show all commits

@ -280,7 +280,7 @@ impl From<AppNode> for AppNodeListResp {
city: value.city, city: value.city,
ip: value.ip, ip: value.ip,
price: value.price, price: value.price,
reports: Vec::new(), reports: value.reports.into_values().collect(),
} }
} }
} }