File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 ( `
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments