Disable hub filtering #604

This commit is contained in:
Kendrick Chan 2021-07-28 20:54:45 +08:00
parent 9160cbe0af
commit 8577e57686

View file

@ -21,6 +21,10 @@ class HubFilteringGeoChecker
public function isCovered($long, $lat)
{
// TODO: remove this
// NOTE: this is a temporary fix to disable hub filtering altogether
return false;
// check if geofence is enabled
if ($this->geofence_flag == 'true')
{