Skip to content

Commit

Permalink
Don't sent hash with indifferent access to Sidekiq
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriosLisenko committed Dec 4, 2023
1 parent 0a5943c commit 62cb473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/reactor/event.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def perform(name, data)

if need_to_fire
data.merge!(fired_at: Time.current.to_s, name: name)
fire_block_subscribers(data, name)
fire_block_subscribers(data.to_hash, name)
end
end

Expand Down

0 comments on commit 62cb473

Please sign in to comment.