This repository has been archived by the owner on Oct 24, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing arity mismatch for ImportUrlJob#send_error
In v2.9.6 of Hyrax we saw the following error: > File Import Error > Error: wrong number of arguments (given 2, expected 1) It masks other errors, because the message sending for errors is itself raising an error. With this change, we ignore all extra parameters and pass the first parameter. Related to: - samvera/hyrax#2821 Resolved in: - samvera/hyrax#4243 - samvera/hyrax@bfd316e
- Loading branch information