Skip to content

Commit

Permalink
Merge pull request #43 from bbalser/connection
Browse files Browse the repository at this point in the history
Another missed change from name to connection refactor
  • Loading branch information
Brian Balser authored Oct 3, 2019
2 parents 7873f33 + 7bbb390 commit ad5372d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/elsa/consumer/message_handler.ex
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ defmodule Elsa.Consumer.MessageHandler do
Process.get(:elsa_generation_id)
end

def name() do
Process.get(:elsa_name)
def connection() do
Process.get(:elsa_connection)
end

defoverridable Elsa.Consumer.MessageHandler
Expand Down

0 comments on commit ad5372d

Please sign in to comment.