Skip to content

Commit 9b3bf5a

Browse files
committed
work in process
1 parent de5b844 commit 9b3bf5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/query_farm_server_base/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ def do_exchange(
624624
logger=logger,
625625
)
626626

627-
header_middleware = context.context.get_middleware("headers")
627+
header_middleware = context.get_middleware("headers")
628628
airport_operation_headers = header_middleware.client_headers.get("airport-operation")
629629
if airport_operation_headers is not None and len(airport_operation_headers) > 0:
630630
airport_operation = airport_operation_headers[0]

0 commit comments

Comments
 (0)