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 4b17c9c commit e68610fCopy full SHA for e68610f
viat/blocks/link.js
@@ -14,8 +14,7 @@ class LinkBlock extends Block {
14
super(config);
15
return this;
16
}
17
- // Create Hash Link Block than can
18
- // link distant blocks together with a deterministic hash acting as a shared link
+ // Create Hash Link Block then can link distant blocks together with a deterministic hash acting as a shared link
19
async createHashLink(...blocks) {
20
const blockHashes = await mapAsyncArray(blocks, async (item) => {
21
return item.getHash();
0 commit comments