adjusted only exist key in Details #654

This commit is contained in:
DastInDark
2022-08-27 22:58:15 +09:00
parent cbf61d155b
commit adfc7812c0

View File

@@ -813,9 +813,7 @@ fn output_json_str(
tmp_stock.push(sp.to_owned());
}
}
if !tmp_stock.is_empty() {
stocked_value.push(tmp_stock);
}
stocked_value.push(tmp_stock);
}
let mut tmp = String::default();
let mut key_idx = 0;