Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

Commit 4a1a58f

Browse files
author
Phil Varner
committed
remove inadvertent change
1 parent ece0c8d commit 4a1a58f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stapi_fastapi/routers/product_router.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def get_product(self, request: Request) -> Product:
163163

164164
async def search_opportunities(
165165
self,
166-
search: Annotated[OpportunityRequest, Body(embed=True)],
166+
search: OpportunityRequest,
167167
request: Request,
168168
next: Annotated[str | None, Body()] = None,
169169
limit: Annotated[int, Body()] = 10,

0 commit comments

Comments
 (0)