Compare commits

...

2 commits

Author SHA1 Message Date
f38451a7b4 Merge branch 'main' into develop
All checks were successful
Deploy To Stage / build (push) Successful in 47s
Deploy To Stage / deploy (push) Successful in 15s
2025-04-23 10:41:27 +01:00
c4e345cc46 Fix linting
All checks were successful
Deploy To Production / build (push) Successful in 27s
Deploy To Production / deploy (push) Successful in 16s
2025-04-23 10:41:20 +01:00

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);
}