Resolve "Rider app timeout" #1554

Merged
korina.cordero merged 12 commits from 630-rider-app-timeout into master-fix 2021-11-08 10:09:02 +00:00
Showing only changes of commit 9b7852d248 - Show all commits

View file

@ -83,7 +83,6 @@ class UpdateUnacceptedJobOrdersCommand extends Command
foreach ($requeued_jos as $jo_info)
{
$jo_id = $jo_info['jo_id'];
$rider_id = $jo_info['rider_id'];
$jo = $em->getRepository(JobOrder::class)->find($jo_id);
if ($jo != null)