branch_tier.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-03-10 14:57:14 -05:00
parent 2c60026c06
commit f2f6efd9af

View File

@ -62,7 +62,7 @@ BranchTier::BranchTier(toml::value const &v_)
std::string type;
auto const &table = branch.as_table();
enabled = toml::find_or(table,"enabled",false);
enabled = toml::find_or(branch,"enabled",false);
if(!enabled)
continue;