Skip to content

Commit

Permalink
Set default offset to nil
Browse files Browse the repository at this point in the history
set default offset to nil
  • Loading branch information
viktorerlingsson authored Jan 7, 2025
2 parents ce2d318 + 0bae2b5 commit 49f62d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.cr
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ queue_type = "classic"
routing_key : String? = nil
format = "%s\n"
publish_confirm = false
offset = "next"
offset = nil
props = AMQP::Client::Properties.new(delivery_mode: 2_u8)

FORMAT_STRING_HELP = <<-HELP
Expand Down

0 comments on commit 49f62d8

Please sign in to comment.