Update 'proto/mf.proto'

This commit is contained in:
Jeffrey Paul 2021-11-03 10:22:18 +00:00
parent 149970df95
commit dfdd85bc3b
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ message MFFile {
message MFFilePath {
string path = 1;
optional repeated MFFileChecksum = 2;
optional repeated MFFileChecksum hashes = 2;
optional string mimeType = 3;
}