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 9cd1a4a commit d27f40cCopy full SHA for d27f40c
packages/cli/src/compiler/index.ts
@@ -685,7 +685,7 @@ export default class Compiler {
685
const filesIterator = files[Symbol.asyncIterator]();
686
// We only care about the first item, since that is the file, rest could be directories
687
const { value } = await filesIterator.next();
688
-
+
689
// we grab the file and pin it
690
const uploadedFile = value as Awaited<ReturnType<typeof this.ipfs.add>>;
691
await this.ipfs.pin.add(uploadedFile.cid);
0 commit comments