Skip to content

Commit f0d3a35

Browse files
committed
update
1 parent 2100bd6 commit f0d3a35

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

blocks/product-list-page/product-list-page.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export default async function decorate(block) {
4444
promosData.sort((a, b) => Number(a.row) - Number(b.row));
4545
} catch (e) {
4646
console.error('Failed to fetch promo JSON:', e);
47-
return;
47+
//return;
4848
}
4949

5050
try {
@@ -53,7 +53,7 @@ export default async function decorate(block) {
5353
bannersData = resJson.data;
5454
} catch (e) {
5555
console.error('Failed to fetch banner JSON:', e);
56-
return;
56+
//return;
5757
}
5858

5959
const fragment = document.createRange().createContextualFragment(`

config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"public": {
33
"default": {
4-
"commerce-endpoint": "https://na1-sandbox.api.commerce.adobe.com/NZwP3wKPFXBCTLGqxYWZne/graphql",
4+
"commerce-endpoint": "https://na1-sandbox.api.commerce.adobe.com/NZwP3wKPFXBCTLGqxYWZne/graphql",
55
"headers": {
66
"cs": {
77
"AC-View-ID": "426ffe32-e0a9-4c53-8ec9-3f7118cbf6b2",

0 commit comments

Comments
 (0)