Skip to content

Commit

Permalink
🚑 Brouter not routing (#1948)
Browse files Browse the repository at this point in the history
  • Loading branch information
HerrLevin authored Oct 1, 2023
1 parent a7660e4 commit eea2fa9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Http/Controllers/Backend/BrouterController.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ public static function getGeoJSONForRoute(
Log::debug('[RefreshPolyline] Brouter response was not okay.', ['body' => $response->body()]);
throw new InvalidArgumentException('Brouter response was not okay.');
}
throw new InvalidArgumentException('Brouter response was not okay.');

$geoJson = json_decode($response->body(), false, 512, JSON_THROW_ON_ERROR);
//remove unnecessary data
Expand Down

0 comments on commit eea2fa9

Please sign in to comment.