Skip to content

Commit

Permalink
Formatted code
Browse files Browse the repository at this point in the history
  • Loading branch information
mellelieuwes committed Dec 10, 2024
1 parent 5d1dc3a commit 5b7b0b2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion core/systems/budget/_public.ex
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,10 @@ defmodule Systems.Budget.Public do
end

defp create_payment_transaction(%{amount: amount, payment: %{idempotence_key: idempotence_key}}) do
Logger.warning("Reward payout already done: amount=#{amount} idempotence_key=#{idempotence_key}")
Logger.warning(
"Reward payout already done: amount=#{amount} idempotence_key=#{idempotence_key}"
)

{:error, :payment_already_available}
end

Expand Down

0 comments on commit 5b7b0b2

Please sign in to comment.