Skip to content

Commit

Permalink
Properly name parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
TreyE committed Sep 17, 2024
1 parent f5c4728 commit 08fca58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/event_source/protocols/http/faraday_queue_proxy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def subscribe(subscriber_klass, _options)
unique_key = [app_name, formatted_exchange_name].join(delimiter)
logger.debug "FaradayQueueProxy#register_subscription Subscriber Class #{subscriber_klass}"
logger.debug "FaradayQueueProxy#register_subscription Unique_key #{unique_key}"
@subject.register_action(subscriber_klass, action)
@subject.register_action(subscriber_klass, unique_key)
end

def consumer_proxy_for(operation_bindings)
Expand Down

0 comments on commit 08fca58

Please sign in to comment.