Skip to content

Commit

Permalink
diff repaired
Browse files Browse the repository at this point in the history
  • Loading branch information
jchris committed Jun 13, 2024
1 parent 33481d4 commit 22e4c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/encrypted-blockstore/src/encrypt-helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export async function encryptedEncodeCarFile(
key: string,
rootCid: AnyLink,
t: CarMakeable
): Promise<AnyBlock[]> {
): Promise<AnyBlock> {
const encryptionKey = hexStringToUint8Array(key)
const encryptedBlocks = new MemoryBlockstore()
const cidsToEncrypt = [] as AnyLink[]
Expand Down

0 comments on commit 22e4c49

Please sign in to comment.