Skip to content

Commit

Permalink
fix: use correct field index
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Dec 12, 2019
1 parent 04ea7a1 commit 397931e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unixfs.proto.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ message Mode {
message Mtime {
required int64 value = 1;
repeated int64 hrValue = 1;
repeated int64 hrValue = 2;
}`

0 comments on commit 397931e

Please sign in to comment.