Skip to content

Commit

Permalink
Update order_controller.py
Browse files Browse the repository at this point in the history
  • Loading branch information
adoomaxas committed Dec 18, 2024
1 parent caa9cd2 commit 6d0e4ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/infrastructure/api/order_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ async def get_paginated_orders_for_worker(
@order_router.get(
path='/{order_id}',
status_code=200,
response_model=OrderSummary
response_model=Optional[OrderSummary]
)
async def get_order(
order_id: str,
Expand Down

0 comments on commit 6d0e4ba

Please sign in to comment.