Account for bug fix in v4.3.4

This commit is contained in:
Jeremy Stretch 2025-07-16 13:37:35 -04:00
parent ecdd4bf076
commit 27a7263f7c

View File

@ -212,6 +212,5 @@ class AsyncViewJob(JobRunner):
)
notification.save()
# TODO: Waiting on fix for bug #19806
# if errors:
# raise JobFailed()
if data.errors:
raise JobFailed()