Skip to content

Commit

Permalink
cop
Browse files Browse the repository at this point in the history
  • Loading branch information
0exp committed Oct 11, 2024
1 parent b700c5c commit 0d16272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rabbit/event_handler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def queue_as(queue = nil, &block)
end

def job_config(**config_opts)
self.additional_job_configs.merge!(config_opts)
additional_job_configs.merge!(config_opts)
end

def job_configs(**config_opts)
Expand Down

0 comments on commit 0d16272

Please sign in to comment.