Skip to content

Commit 89c01b5

Browse files
Fixes typo in method name
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 9fb4f34 commit 89c01b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controllers/flight.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,4 @@ async def get_flight_simulation(
109109
flight_service = FlightService.from_flight_model(
110110
flight_retrieved.flight
111111
)
112-
return flight_service.get_flight_simmulation()
112+
return flight_service.get_flight_simulation()

0 commit comments

Comments
 (0)