Skip to content

Commit dac8399

Browse files
committed
fix: sidekiq context accessible only by symbols
1 parent 6446a2a commit dac8399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/interactor/sidekiq.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def perform(context)
4949
private
5050

5151
def interactor_class(context)
52-
Module.const_get context["interactor_class"]
52+
Module.const_get context[:interactor_class]
5353
end
5454
end
5555

0 commit comments

Comments
 (0)