We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a0408b commit e0acdc9Copy full SHA for e0acdc9
src/controllers/flight.py
@@ -109,4 +109,4 @@ async def get_flight_simulation(
109
flight_service = FlightService.from_flight_model(
110
flight_retrieved.flight
111
)
112
- return flight_service.get_flight_simmulation()
+ return flight_service.get_flight_simulation()
0 commit comments