Skip to content

Commit

Permalink
removed flightaware lookup code
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcoombs2000 committed Oct 21, 2024
1 parent 7f388b4 commit 2940cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Features/Routes/Services/FlightAwareRouteService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace ZmaReference.Features.Routes.Services;

public partial class FlightAwareRouteService(IHttpClientFactory httpClientFactory, IOptionsMonitor<AppSettings> appSettings, IMemoryCache cache, ILogger<FlightAwareRouteService> logger)
{

}

public string MakeUrl(string departureIcao, string arrivalIcao)
Expand Down

0 comments on commit 2940cb0

Please sign in to comment.