fix json parsing
This commit is contained in:
parent
10a0e926ad
commit
7c4cba6797
@ -48,10 +48,6 @@ namespace {
|
|||||||
for (const auto &[prov, map] : map_of_maps) {
|
for (const auto &[prov, map] : map_of_maps) {
|
||||||
for (const auto &[key, value] :
|
for (const auto &[key, value] :
|
||||||
json[repertory::provider_type_to_string(prov)].items()) {
|
json[repertory::provider_type_to_string(prov)].items()) {
|
||||||
if (value.is_null()) {
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
map_of_maps[prov][key] = value;
|
map_of_maps[prov][key] = value;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user