Helia throws when adding a block if it is already pinned #642
Labels
good first issue
Good issue for new contributors
help wanted
Seeking public contribution on this issue
When adding content to Helia and setting the 'pin' option to true, if a pin exists the add method will throw a generic error with the message 'Already Pinned'.
The throw is here:
https://github.com/ipfs/helia/blob/main/packages/utils/src/pins.ts#L75
A couple of thoughts:
The text was updated successfully, but these errors were encountered: