We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a843b95 commit f19ab9cCopy full SHA for f19ab9c
src/CoreApi/PinApi.cs
@@ -59,7 +59,7 @@ FileStore<Cid, Pin> Store
59
var current = todos.Pop();
60
61
// Add CID to PIN database.
62
- await Store.PutAsync(current, new Pin { Id = current }).ConfigureAwait(false);
+ await Store.PutAsync(current, new Pin { Id = current }, cancel).ConfigureAwait(false);
63
64
// Make sure that the content is stored locally.
65
await ipfs.Block.GetAsync(current, cancel).ConfigureAwait(false);
0 commit comments