Skip to content

Commit

Permalink
Apply fixes from Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
BobWez98 authored and actions-user committed Nov 18, 2024
1 parent 356c176 commit 90b9650
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/js/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ function init() {
store = window.config.store
}

let url = new URL(imagePath);
url = url.pathname.replace('/media', '');
let url = new URL(imagePath)
url = url.pathname.replace('/media', '')

return `/storage/${store}/resizes/${size}/magento${url}`
},
},
Expand Down

0 comments on commit 90b9650

Please sign in to comment.