Skip to content

Commit

Permalink
Merge branch '1.0-develop' into feat/egg-features-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewpi committed Jun 29, 2024
2 parents ba1a455 + 953575f commit b07c104
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions app/Services/Eggs/EggConfigurationService.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,6 @@ protected function convertStopToNewFormat(string $stop): array
}

$signal = substr($stop, 1);
if (strtoupper($signal) === 'C') {
return [
'type' => 'stop',
'value' => null,
];
}

return [
'type' => 'signal',
Expand Down

0 comments on commit b07c104

Please sign in to comment.