Fix bug in rider cache #270
This commit is contained in:
parent
676bf40004
commit
86b4601bb8
1 changed files with 0 additions and 2 deletions
|
|
@ -20,8 +20,6 @@ class RiderCache
|
||||||
|
|
||||||
public function addActiveRider($id, $lat, $lng)
|
public function addActiveRider($id, $lat, $lng)
|
||||||
{
|
{
|
||||||
$coords = $jo->getCoordinates();
|
|
||||||
|
|
||||||
$this->redis->geoadd(
|
$this->redis->geoadd(
|
||||||
$this->loc_key,
|
$this->loc_key,
|
||||||
$lng,
|
$lng,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue