Skip to content

Commit

Permalink
fix: Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
richtera committed Jan 16, 2024
1 parent cdf4583 commit 038d975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/encoder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@ export const valueContentEncodingMap = (
method:
(method as SUPPORTED_VERIFICATION_METHOD_STRINGS) ||
SUPPORTED_VERIFICATION_METHOD_STRINGS.KECCAK256_UTF8,
data: hashedJson,
data: hashedJson || '0x',
},
url,
);
Expand Down

0 comments on commit 038d975

Please sign in to comment.