Skip to content

Commit

Permalink
Renamed invoked module for getting config
Browse files Browse the repository at this point in the history
  • Loading branch information
Relrin committed Mar 23, 2018
1 parent c560241 commit 1d7ee3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/worker.ex
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ defmodule Spotter.Worker do
end

def channel_config() do
RBMQ.Connection.Channel.get_config(@channel_name)
Spotter.AMQP.Connection.Channel.get_config(@channel_name)
end

def handle_call(:status, _from, channel) do
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Spotter.MixProject do
use Mix.Project

@version "0.2.0"
@version "0.2.1"

def project do
[
Expand Down

0 comments on commit 1d7ee3e

Please sign in to comment.