Skip to content

Commit 7874568

Browse files
fix typo
1 parent f4d22d6 commit 7874568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

carrot/app/product/services.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ async def view_posts_by_query(self, user_id: str | None, keyword: str | None, re
111111
user_id=user_id,
112112
keyword=keyword,
113113
region_id=region_id,
114-
show_auction_auction=show_auction,
114+
show_auction=show_auction,
115115
)
116116
return products
117117

0 commit comments

Comments
 (0)