We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01ae7ed commit f40d281Copy full SHA for f40d281
packages/lit-client/src/ipfs/getIpfsId.ts
@@ -35,7 +35,7 @@ const normalizeInput = (input: SupportedInput): Uint8Array => {
35
}
36
37
if (input instanceof Uint8Array) {
38
- return toUint8Array(input);
+ return input;
39
40
41
if (typeof ArrayBuffer !== 'undefined') {
0 commit comments