Skip to content

Commit

Permalink
Remove unnecessary codes
Browse files Browse the repository at this point in the history
  • Loading branch information
descholar-ceo committed Feb 12, 2024
1 parent ca97f9c commit dbeff15
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
@@ -1,6 +1,6 @@
module Gato
class Runner
def self.start(arg0 : NamedTuple(queue_name: String, block: &.JSON::Any ->)) : Nil
def self.start(arg0 : 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|
Expand Down

0 comments on commit dbeff15

Please sign in to comment.