mirror of
https://github.com/Significant-Gravitas/Auto-GPT.git
synced 2025-01-07 03:17:23 +08:00
fix(store): isFeatured used instead of is_featured
This commit is contained in:
parent
aa883d8465
commit
89a9354acb
@ -173,7 +173,7 @@ async def get_store_creators(
|
||||
where = {}
|
||||
|
||||
if featured:
|
||||
where["isFeatured"] = featured
|
||||
where["is_featured"] = featured
|
||||
|
||||
# Add search filter if provided, using parameterized queries
|
||||
if search_query:
|
||||
|
Loading…
Reference in New Issue
Block a user