We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c932b1d commit 1d2bd08Copy full SHA for 1d2bd08
components/shopify/actions/search-products/search-products.mjs
@@ -95,7 +95,7 @@ export default {
95
const query = queryArray.length
96
? queryArray.join(" AND ")
97
: undefined;
98
- console.log(query);
+
99
let products = await this.shopify.getPaginated({
100
resourceFn: this.shopify.listProducts,
101
resourceKeys: [
0 commit comments