Skip to content

Commit

Permalink
Fixing linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
fe-lix- committed Dec 4, 2023
1 parent 72c6b6c commit 309f089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/importer/transformers/makeProxySrcs.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function makeProxySrcs(main, document, host = 'https://www.24petwatch.com') => {
function makeProxySrcs(main, document, host = 'https://www.24petwatch.com') {
main.querySelectorAll('img').forEach((img) => {
if (img.src.startsWith('//')) {
img.src = `https:${img.src}`;
Expand Down

0 comments on commit 309f089

Please sign in to comment.