Skip to content

Commit bd13126

Browse files
author
wellingtonjr3873
committed
fix: IS error
1 parent 9b05e9b commit bd13126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vtex/loaders/intelligentSearch/productListingPage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ const loader = async (
314314
selectedFacets: baseSelectedFacets,
315315
page,
316316
...args
317-
} = searchArgsOf(props, url);
317+
} = searchArgsOf(props, url, ctx);
318318

319319
const aditionalFieldsInQuery: {
320320
[key in keyof typeof AdditionalParameters | string]?:

0 commit comments

Comments
 (0)