Skip to content

Commit

Permalink
Remove errant query
Browse files Browse the repository at this point in the history
  • Loading branch information
freeheeling committed Oct 25, 2024
1 parent f6482d4 commit bcba7af
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ class SubmitUploads < Job
rescue => e
cl = caller_locations.first
call_location = ZeroSilentFailures::Monitor::CallLocation.new(ZSF_DD_TAG_FUNCTION, cl.path, cl.lineno)
Form526Submission.find_by(id: form526_submission_id)
zsf_monitor = ZeroSilentFailures::Monitor.new(Form526Submission::ZSF_DD_TAG_SERVICE)
user_account_id = begin
Form526Submission.find(form526_submission_id).user_account_id
Expand Down

0 comments on commit bcba7af

Please sign in to comment.