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 3e53654 commit 63f5e53Copy full SHA for 63f5e53
src/identities/identity/utils/blob-store.js
@@ -110,7 +110,8 @@ class BlobStore {
110
// Attempt to pin the blob && ensure it's on infura
111
try {
112
await this.#ipfs.pin.add(ref.hash);
113
- await this.#maybeAddToInfura(key, ref.hash).catch((err) => console.warn(`Unable to check and add "${key}" to infura`, err));
+
114
+ this.#maybeAddToInfura(key, ref.hash).catch((err) => console.warn(`Unable to check and add "${key}" to infura`, err));
115
116
updatedRef = {
117
...ref,
0 commit comments