Update network_json.rs

This commit is contained in:
Robert Chacón 2024-05-04 10:53:49 -06:00 committed by Herbert Wolverson
parent 21b1f4d24b
commit b4619da030

View File

@ -53,7 +53,7 @@ fn traverse_sites(
);
entry.insert(
"uploadBandwidthMbps".to_string(),
serde_json::Value::Number(sites[idx].max_down_mbps.into()),
serde_json::Value::Number(sites[idx].max_up_mbps.into()),
);
if depth < 10 {