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 ae84bbc commit d7877fdCopy full SHA for d7877fd
src/controllers/flight.py
@@ -62,7 +62,7 @@ async def update_rocket_by_flight_id(
62
"""
63
flight = await self.get_flight_by_id(flight_id)
64
flight.rocket = rocket
65
- self.update_flight_by_id(flight_id, flight)
+ await self.update_flight_by_id(flight_id, flight)
66
return
67
68
@controller_exception_handler
0 commit comments