🐛 fix(service.py): remove redundant assignment to params variable to fix incorrect behavior
This commit is contained in:
parent
51929df2b0
commit
5667dd4540
1 changed files with 0 additions and 1 deletions
|
|
@ -86,7 +86,6 @@ class StoreService(Service):
|
|||
fields: Optional[List[str]] = None,
|
||||
) -> List[ComponentResponse]:
|
||||
params = {"page": page, "limit": limit}
|
||||
params = {}
|
||||
# ?aggregate[count]=likes
|
||||
params["fields"] = (
|
||||
",".join(fields)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue