refactor: unused arg prefix added

This commit is contained in:
Scott
2024-04-28 16:50:51 -04:00
parent c8406e8442
commit c3b327c4ee

View File

@@ -210,7 +210,7 @@ const getBreakpoints = ({
}; };
/* ** */ /* ** */
export const astroAsseetsOptimizer: ImagesOptimizer = async (image, breakpoints, width, height) => { export const astroAsseetsOptimizer: ImagesOptimizer = async (image, breakpoints, _width, _height) => {
if (!image) { if (!image) {
return []; return [];
} }