This commit is contained in:
stephb9959
2022-02-25 09:19:49 -08:00
parent 15a7d10e5c
commit 119886994e
3 changed files with 4 additions and 4 deletions

View File

@@ -347,7 +347,7 @@ namespace OpenWifi::ProvObjects {
bool InventoryTagList::from_json(const Poco::JSON::Object::Ptr &Obj) {
try {
field_from_json( Obj,"taglist",taglist);
return false;
return true;
} catch (...) {
}