Compare commits

..

2 commits

Author SHA1 Message Date
d8ed64e701 Merge branch 'main' into develop
Some checks failed
Deploy To Stage / build (push) Failing after 41s
Deploy To Stage / deploy (push) Has been skipped
2025-04-25 09:14:38 +01:00
812e36329c Disable error for series helper temporarily
All checks were successful
Deploy To Production / build (push) Successful in 30s
Deploy To Production / deploy (push) Successful in 14s
2025-04-25 09:14:30 +01:00

View file

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