Skip to content

Commit

Permalink
Debug method return
Browse files Browse the repository at this point in the history
  • Loading branch information
descholar-ceo committed Feb 12, 2024
1 parent d0ba649 commit fcaefbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gato/runner.cr
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ module Gato
class Runner
def self.start(param : Array(NamedTuple(queue_name: String, block: JSON::Any ->))) : Nil
Log.notice { "El gato esta maullando..." }

AMQP::Client.start(Gato.configuration.amqp_url.to_s) do |c|
c.channel do |ch|
q = ch.queue param[0][:queue_name]
Expand All @@ -17,6 +16,7 @@ module Gato
end
end
end
Log.notice { "El gato no maúlla..." }
end
end
end

0 comments on commit fcaefbc

Please sign in to comment.