Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sgobotta committed Aug 3, 2024
1 parent e9e0edc commit e7b0c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ex_finance/currencies/currency_producer.ex
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ defmodule ExFinance.Currencies.CurrencyProducer do
end

def handle_message(_processor, %Broadway.Message{} = message, _context) do
Logger.debug("Loading product from message=#{inspect(message)}")
Logger.debug("Loading currency from message=#{inspect(message)}")

%Redis.Stream.Entry{} =
entry = Redis.Client.parse_stream_entry(message.data)
Expand Down

0 comments on commit e7b0c04

Please sign in to comment.