code review feedback and merge from main

This commit is contained in:
Kenneth Kehl
2024-09-11 09:39:18 -07:00
34 changed files with 256 additions and 161 deletions

View File

@@ -1565,9 +1565,8 @@ class Notification(db.Model):
try:
return encryption.decrypt(self._personalisation)
except EncryptionError:
current_app.logger.error(
current_app.logger.exception(
"Error decrypting notification.personalisation, returning empty dict",
exc_info=True,
)
return {}