Skip to content

Commit

Permalink
refactor: remove Postal::Job.perform method
Browse files Browse the repository at this point in the history
this wasn't used
  • Loading branch information
adamcooke committed Jan 30, 2024
1 parent 2bad645 commit 990b575
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/postal/job.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,5 @@ def self.queue(queue, params = {})
job_id
end

def self.perform(params = {})
new(nil, params).perform
end

end
end

0 comments on commit 990b575

Please sign in to comment.