Merge branch '604-disable-hub-filtering' into 'master-fix'

Resolve "Disable hub filtering"

See merge request jankstudio/resq!720
This commit is contained in:
Kendrick Chan 2021-07-28 13:01:40 +00:00
commit ac0edd5467

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')
{