Skip to content

Commit

Permalink
Fixed lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakk799 committed Nov 4, 2024
1 parent fe03ed1 commit a3cbdb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blocks/product-children/product-children.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
getCookie, isOTEnabled,
} from '../../scripts/scripts.js';
import {
getProductResponse, getSKU,
getProductResponse,
} from '../../scripts/commerce.js';

customElements.define('product-tile', ProductTile);
Expand Down
2 changes: 1 addition & 1 deletion blocks/product-resources/product-resources.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
getCookie, isOTEnabled,
} from '../../scripts/scripts.js';
import {
getProductResponse, getSKU,
getProductResponse,
} from '../../scripts/commerce.js';

const productResources = `
Expand Down

0 comments on commit a3cbdb9

Please sign in to comment.