Fix linting
All checks were successful
Deploy To Production / build (push) Successful in 27s
Deploy To Production / deploy (push) Successful in 16s

This commit is contained in:
Ethan Lane 2025-04-23 10:41:20 +01:00
parent 659906e562
commit c4e345cc46

View file

@ -67,7 +67,7 @@ export default class ImageHelper {
const imageY = imageHeight * y;
ctx.drawImage(image, imageX, imageY);
}
}
catch (e) {
AppLogger.CatchError("ImageHelper", e);
}