Fix linting
All checks were successful
Deploy To Stage / build (push) Successful in 49s
Deploy To Stage / deploy (push) Successful in 15s

This commit is contained in:
Ethan Lane 2025-04-25 09:17:36 +01:00
parent d8ed64e701
commit 0669dfb0d0
2 changed files with 6 additions and 1 deletions

View file

@ -68,7 +68,7 @@ export default class ImageHelper {
ctx.drawImage(image, imageX, imageY);
}
catch (e) {
catch {
// TODO: Enable once we've investigated a fix
//AppLogger.CatchError("ImageHelper", e);
}