Skip to content

Commit

Permalink
Routes Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcoombs2000 committed Oct 20, 2024
1 parent b06357d commit 1d102c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Features/VnasData/UI/Pages/Positions.razor
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

protected override async Task OnInitializedAsync()
{
var fetchedFacilities = await VnasData.GetArtccFacilities("ZOA");
var fetchedFacilities = await VnasData.GetArtccFacilities("ZMA");
_positions = fetchedFacilities.SelectMany(f => f.Facility.Positions).ToList();
}

Expand Down

0 comments on commit 1d102c8

Please sign in to comment.