Adding locations for venue.

This commit is contained in:
stephb9959
2022-03-09 07:24:15 -08:00
parent 40db30839f
commit a53b906f9e

View File

@@ -245,9 +245,7 @@ namespace OpenWifi {
if(!Existing.parent.empty()) {
GetLocationsForVenue(Existing.parent,IDs);
}
if(!Existing.entity.empty()) {
GetLocationsForEntity(Existing.entity,IDs);
}
return;
}
}