From dfdd85bc3b276dcd01cb8e1c139a1917df6e4c42 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Wed, 3 Nov 2021 10:22:18 +0000 Subject: [PATCH] Update 'proto/mf.proto' --- proto/mf.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/mf.proto b/proto/mf.proto index 41e57fc..18603ae 100644 --- a/proto/mf.proto +++ b/proto/mf.proto @@ -28,7 +28,7 @@ message MFFile { message MFFilePath { string path = 1; - optional repeated MFFileChecksum = 2; + optional repeated MFFileChecksum hashes = 2; optional string mimeType = 3; }