Skip to content

Commit

Permalink
Fixing linting
Browse files Browse the repository at this point in the history
  • Loading branch information
fe-lix- committed Dec 4, 2023
1 parent 309f089 commit 4027331
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
Expand Up @@ -15,6 +15,6 @@ function makeProxySrcs(main, document, host = 'https://www.24petwatch.com') {
console.warn(`Unable to make proxy src for ${img.src}: ${error.message}`);
}
});
};
}

export default makeProxySrcs;

0 comments on commit 4027331

Please sign in to comment.