fix get_job_from_s3

This commit is contained in:
Kenneth Kehl
2025-09-30 12:19:47 -07:00
parent 5cf08af58e
commit f4ba3cd7bf
9 changed files with 40 additions and 70 deletions

View File

@@ -84,9 +84,6 @@ class RecipientCSV:
try:
self._guestlist = list(value)
except TypeError:
current_app.logger.exception(
f"Type error setting the guest list to {value}"
)
self._guestlist = []
@property