We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c560241 commit 1d7ee3eCopy full SHA for 1d7ee3e
lib/worker.ex
@@ -64,7 +64,7 @@ defmodule Spotter.Worker do
64
end
65
66
def channel_config() do
67
- RBMQ.Connection.Channel.get_config(@channel_name)
+ Spotter.AMQP.Connection.Channel.get_config(@channel_name)
68
69
70
def handle_call(:status, _from, channel) do
mix.exs
@@ -1,7 +1,7 @@
1
defmodule Spotter.MixProject do
2
use Mix.Project
3
4
- @version "0.2.0"
+ @version "0.2.1"
5
6
def project do
7
[
0 commit comments