Skip to content

Commit

Permalink
chore: remove expect-error as the arg is in kubo client
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Apr 23, 2024
1 parent f6bcbd4 commit 0a528bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion benchmarks/transfer/src/kubo.ts
Expand Up @@ -49,7 +49,6 @@ export async function createKuboBenchmark (): Promise<TransferBenchmark> {
},
async put (cid, block, options = {}) {
const opts: BlockPutOptions = {
// @ts-expect-error https://github.com/ipfs/js-kubo-rpc-client/pull/227
allowBigBlock: true
}

Expand Down

0 comments on commit 0a528bb

Please sign in to comment.