refactor: unused arg prefix added
This commit is contained in:
@@ -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 [];
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user