Skip to content

Commit

Permalink
chore: remove unused ts-expect-error directive
Browse files Browse the repository at this point in the history
  • Loading branch information
talentlessguy committed Feb 12, 2025
1 parent 6d3e203 commit 3f2803c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/upload-api/test/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ export async function randomCAR(size) {
const hash = await sha256.digest(bytes)
const root = CID.create(1, raw.code, hash)

// @ts-expect-error old multiformats in @ipld/car
const { writer, out } = CarWriter.create(root)
writer.put({ cid: root, bytes })
writer.close()
Expand Down

0 comments on commit 3f2803c

Please sign in to comment.