Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceful-james committed May 25, 2024
1 parent e3d3ff8 commit 3cc83d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/qr_code/render/svg.ex
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ defmodule QRCode.Render.Svg do
defp put_image({base64_encoded_image_binary, mime_type_atom, size})
when is_binary(base64_encoded_image_binary) and 0 < size do
mime_type = mime_type_atom |> to_string() |> valid_mime_type()
href = build_encoded_binary(encoded_image, mime_type)
href = build_encoded_binary(base64_encoded_image_binary, mime_type)

{:image,
%{
Expand Down

0 comments on commit 3cc83d6

Please sign in to comment.