Skip to content

Commit f40d281

Browse files
AnsonhkgCopilot
andauthored
Update packages/lit-client/src/ipfs/getIpfsId.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Anson <ansonox@gmail.com>
1 parent 01ae7ed commit f40d281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/lit-client/src/ipfs/getIpfsId.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const normalizeInput = (input: SupportedInput): Uint8Array => {
3535
}
3636

3737
if (input instanceof Uint8Array) {
38-
return toUint8Array(input);
38+
return input;
3939
}
4040

4141
if (typeof ArrayBuffer !== 'undefined') {

0 commit comments

Comments
 (0)