Updated scheduled tasks
This commit is contained in:
@@ -169,7 +169,7 @@ class GetAircraftInfoForArrivedFlights extends Command
|
||||
$fromLabel = $from ?: 'None';
|
||||
|
||||
if (!$apiValue) {
|
||||
return "{$label}: {$fromLabel} (not returned by API — no change)";
|
||||
return "{$label}: {$fromLabel} (could not find — no change)";
|
||||
}
|
||||
|
||||
if (!$applied) {
|
||||
@@ -186,7 +186,7 @@ class GetAircraftInfoForArrivedFlights extends Command
|
||||
|
||||
if (!$toLocal) {
|
||||
$fromLabel = $fromLocal ? $this->formatFlightTime($fromLocal) : 'Unknown';
|
||||
return "{$label}: {$fromLabel} (not returned by API — no change)";
|
||||
return "{$label}: {$fromLabel} (could not find — no change)";
|
||||
}
|
||||
|
||||
if (!$applied) {
|
||||
|
||||
Reference in New Issue
Block a user