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 c964ad4 commit 91931f4Copy full SHA for 91931f4
src/index.js
@@ -66,7 +66,7 @@ function Data (type, data) {
66
}
67
68
return unixfsData.encode({
69
- Type: type.value,
+ Type: type,
70
Data: this.data,
71
filesize: fileSize,
72
blocksizes: this.blockSizes.length > 0 ? this.blockSizes : undefined
0 commit comments