Fixing DB Venue Devices list.

This commit is contained in:
stephb9959
2021-10-24 22:12:15 -07:00
parent 5f73f311e8
commit 20960ac00e
4 changed files with 3 additions and 41 deletions

View File

@@ -11,8 +11,6 @@
namespace OpenWifi {
template <typename R, typename Q = decltype(R{}.entity)> void Extend_entity(const R &T, Poco::JSON::Object &EI ) {
if constexpr(std::is_same_v<Q,std::string>) {
if(!T.entity.empty()) {
@@ -161,7 +159,6 @@ namespace OpenWifi {
return R.ReturnObject(Answer);
}
}
#endif //OWPROV_RESTAPI_DB_HELPERS_H