Skip to content

Commit

Permalink
fix: fwd signal to remote pinner
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtPooki committed Aug 25, 2023
1 parent 1c7dd85 commit b85767a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ export class HeliaRemotePinner {
cid: cid.toString(),
origins: await this.getOrigins(otherArgs.origins)
}
}, {
signal
})
return this.handlePinStatus(pinStatus, signal)
}
Expand All @@ -109,6 +111,8 @@ export class HeliaRemotePinner {
cid: cid.toString(),
origins: await this.getOrigins(otherArgs.origins)
}
}, {
signal
})
return this.handlePinStatus(pinStatus, signal)
}
Expand Down

0 comments on commit b85767a

Please sign in to comment.