Add debug data for existing advance order slots #403
This commit is contained in:
parent
9550e1e46c
commit
824f5c3423
1 changed files with 2 additions and 0 deletions
|
|
@ -3068,6 +3068,8 @@ class APIController extends Controller implements LoggedController
|
|||
$hour = $date_sched->format('H');
|
||||
$slot_id = sprintf('%02d_%02d', $hour, $hour + 1);
|
||||
|
||||
error_log("SLOT - $date_string - $slot_id");
|
||||
|
||||
// decrement rider slot
|
||||
$hub_rider_slots[$date_string][$slot_id]--;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue