Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT committed Nov 21, 2024
1 parent f6bd457 commit 743e1d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/eudi/mdoc.ex
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ defmodule CA.MDoc do
end

def parseTag(%CBOR.Tag{tag: :simple, value: bytes}) when is_binary(bytes) do
{:ok, cbor, _} = decode(bytes)
[tag: :simple, value: :base64.encode(bytes)]
end

Expand Down

0 comments on commit 743e1d6

Please sign in to comment.