This commit is contained in:
Scott E. Graves 2025-03-19 07:44:07 -05:00
parent d5242c2e6c
commit 901000a085

View File

@ -45,7 +45,7 @@ namespace {
return map_of_maps; return map_of_maps;
} }
for (const auto &[prov, map] : map_of_maps) { for (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()) {
map[key] = value; map[key] = value;