Skip to content

Commit 79d79eb

Browse files
committed
W-21432256 fixed couple more linting
1 parent 9a49666 commit 79d79eb

File tree

2 files changed

+4
-4
lines changed
  • packages/pwa-kit-create-app/assets

2 files changed

+4
-4
lines changed

packages/pwa-kit-create-app/assets/bootstrap/js/overrides/app/ssr.js.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,8 +352,8 @@ const {handler} = runtime.createHandler(options, (app) => {
352352
'*.commercecloud.salesforce.com',
353353
'*.demandware.net',
354354
'*.adyen.com', // Payment gateways
355-
'pay.google.com', // Google Pay payment handler icon
356-
'www.gstatic.com' // optional, if icon is on gstatic
355+
'pay.google.com', // Google Pay payment handler icon
356+
'www.gstatic.com' // optional, if icon is on gstatic
357357
],
358358
'script-src': [
359359
// Used by the service worker in /worker/main.js

packages/pwa-kit-create-app/assets/templates/@salesforce/retail-react-app/app/ssr.js.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,8 +352,8 @@ const {handler} = runtime.createHandler(options, (app) => {
352352
'*.commercecloud.salesforce.com',
353353
'*.demandware.net',
354354
'*.adyen.com', // Payment gateways
355-
'pay.google.com', // Google Pay payment handler icon
356-
'www.gstatic.com' // optional, if icon is on gstatic
355+
'pay.google.com', // Google Pay payment handler icon
356+
'www.gstatic.com' // optional, if icon is on gstatic
357357
],
358358
'script-src': [
359359
// Used by the service worker in /worker/main.js

0 commit comments

Comments
 (0)