let's try this

This commit is contained in:
Grant Limberg 2025-07-16 11:13:53 -07:00
parent 3f19712178
commit 5494c44a30
2 changed files with 2 additions and 4 deletions

View file

@ -520,8 +520,6 @@ void DB::_networkChanged(nlohmann::json& old, nlohmann::json& networkConfig, boo
std::cerr << "Error deauthorizing members on network delete: " << e.what() << std::endl;
}
this->eraseNetwork(networkId);
// delete the network
std::unique_lock<std::shared_mutex> l(_networks_l);
_networks.erase(networkId);