Skip to content

Commit bda024f

Browse files
committed
Pass userParameters in the correct argument position
1 parent 2d9e32c commit bda024f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/helpers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const fetchResultsServerSide = (context) => {
2727
userAgent,
2828
};
2929

30-
return cioNode.search.getSearchResults("shoes", userParameters);
30+
return cioNode.search.getSearchResults("shoes", undefined, userParameters);
3131
};
3232

3333
// https://nextjs.org/docs/app/api-reference/functions/headers#ip-address

0 commit comments

Comments
 (0)