Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix no method error in systemd service (bensheldon#1173)
* Fix a no method error in systemd service The ActiveSupport::Notifications instrument was called with a nil as an error object and it was throwing a no method error up in the chain. This is due to a missed return check. * Update lib/good_job/systemd_service.rb --------- Co-authored-by: Ben Sheldon [he/him] <[email protected]>
- Loading branch information