bug, forgot to delete useless line
This commit is contained in:
parent
278938f746
commit
8ffcd75682
|
@ -113,7 +113,6 @@ class ScheduleGroup {
|
|||
return $result;
|
||||
}
|
||||
$itemStartTime = $CC_DBC->getOne("SELECT TIMESTAMP '$itemStartTime' + INTERVAL '$trackLength'");
|
||||
$id = $this->dateToId($itemStartTime);
|
||||
}
|
||||
}
|
||||
RabbitMq::PushSchedule();
|
||||
|
|
Loading…
Reference in New Issue