Skip to content

Commit

Permalink
decrement tags val since we removed attachments
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomás Ciccola committed Aug 29, 2024
1 parent 20140bf commit 8a7d3d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/track/v1.proto
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ message Track_1 {
Common_1 common = 1;
repeated Position locations = 2;
repeated ObservationRef observationRefs = 3;
map<string, TagValue_1> tags = 5;
map<string, TagValue_1> tags = 4;

message ObservationRef {
bytes docId = 1;
Expand Down

0 comments on commit 8a7d3d5

Please sign in to comment.