Skip to content

Commit

Permalink
Fix query
Browse files Browse the repository at this point in the history
  • Loading branch information
bl4de committed Feb 10, 2025
1 parent 4e39011 commit 2f6c59c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/targeted-block/qraphql.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const getActiveRules = async (cartId) => {

export const getCatalogPriceRules = async (sku) => {
try {
const query = `query {
const query = `query CATALOG_PRICE_RULES($sku: String!) {
products(filter: {
sku: {
eq: $sku
Expand Down

0 comments on commit 2f6c59c

Please sign in to comment.