Make rider available when they arrive at hub #374
This commit is contained in:
parent
46f46436fe
commit
32b4c8546d
1 changed files with 3 additions and 1 deletions
|
|
@ -483,7 +483,9 @@ class ResqRiderAPIHandler implements RiderAPIHandlerInterface
|
|||
return $data;
|
||||
}
|
||||
|
||||
// TODO: tag rider as available
|
||||
// tag rider as available
|
||||
$rider = $this->session->getRider();
|
||||
$rider->setAvailable(true);
|
||||
|
||||
$this->em->flush();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue