Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 593bc32

Browse files
committed
chore: fix message port client tests
1 parent 35ecac0 commit 593bc32

File tree

1 file changed

+2
-0
lines changed
  • packages/ipfs-message-port-client/src

1 file changed

+2
-0
lines changed

packages/ipfs-message-port-client/src/core.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ CoreClient.prototype.addAll = async function * addAll (input, options = {}) {
7878
const result = await this.remote.addAll({
7979
...options,
8080
input: encodeAddAllInput(input, transfer),
81+
progress: undefined,
8182
progressCallback,
8283
transfer,
8384
timeout,
@@ -105,6 +106,7 @@ CoreClient.prototype.add = async function add (input, options = {}) {
105106
const result = await this.remote.add({
106107
...options,
107108
input: encodeAddInput(input, transfer),
109+
progress: undefined,
108110
progressCallback,
109111
transfer,
110112
timeout,

0 commit comments

Comments
 (0)