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 e0acdc9 commit ae84bbcCopy full SHA for ae84bbc
src/controllers/flight.py
@@ -40,7 +40,7 @@ async def update_environment_by_flight_id(
40
"""
41
flight = await self.get_flight_by_id(flight_id)
42
flight.environment = environment
43
- self.update_flight_by_id(flight_id, flight)
+ await self.update_flight_by_id(flight_id, flight)
44
return
45
46
@controller_exception_handler
0 commit comments