Adding locations for venue.

This commit is contained in:
stephb9959
2022-03-08 22:00:59 -08:00
parent 6ec7f78caa
commit c415fe5805

View File

@@ -153,9 +153,6 @@ namespace OpenWifi {
return R.ReturnObject(Answer);
}
// ReturnRecordList<decltype(StorageService()->InventoryDB()),
// ProvObjects::InventoryTag>("taglist",StorageService()->InventoryDB(),*this );
inline static bool is_uuid(const std::string &u) {
return u.find('-') != std::string::npos;
}