mirror of
https://github.com/Telecominfraproject/wlan-cloud-owprov.git
synced 2025-10-29 17:52:28 +00:00
Adding removal subscriber
This commit is contained in:
@@ -211,7 +211,7 @@ namespace OpenWifi {
|
||||
auto SectionName = Names[0];
|
||||
std::cout << "Names[0]" << SectionName << std::endl;
|
||||
_OWDEBUG_
|
||||
auto SectionInfo = O->get(SectionName);
|
||||
auto SectionInfo = O->get(SectionName).extract<Poco::JSON::Object>();
|
||||
_OWDEBUG_
|
||||
auto InsertInfo = Sections.insert(SectionName);
|
||||
_OWDEBUG_
|
||||
|
||||
Reference in New Issue
Block a user