Skip to content

Commit

Permalink
disable flightaware
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcoombs2000 committed Sep 14, 2024
1 parent 3ea0893 commit 33faa76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Features/Routes/UI/Pages/Routes.razor
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
_showFlightAwareLoading = true;
try
{
_displayedFlightAwareRoutes = await FlightAware.FetchRoutesAsync(departureIcao, arrivalIcao);
// _displayedFlightAwareRoutes = await FlightAware.FetchRoutesAsync(departureIcao, arrivalIcao);
_isFlightAwareError = false;
}
catch (Exception)
Expand Down

0 comments on commit 33faa76

Please sign in to comment.