Skip to content

Commit 4e17880

Browse files
authored
Merge pull request #24 from ipfs/make-mimetype-optional
chore: make mimetype optional as it is in go
2 parents 9355fd8 + 9e0ec8d commit 4e17880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unixfs.proto.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ module.exports = `message Data {
2020
}
2121
2222
message Metadata {
23-
required string MimeType = 1;
23+
optional string MimeType = 1;
2424
}`

0 commit comments

Comments
 (0)