Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ruilopesm committed Feb 2, 2024
1 parent 46cb206 commit df2d8bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mix/tasks/gen.qrcodes.ex
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ defmodule Mix.Tasks.Gen.QrCodes do
else
Enum.each(Contest.list_referrals(), fn referral ->
qr =
"#{url}/referrals/#{referral.id}",
"#{url}/referrals/#{referral.id}"
|> QRCodeEx.encode()
|> QRCodeEx.png(width: 460)

Expand Down

0 comments on commit df2d8bc

Please sign in to comment.