Skip to content

Commit

Permalink
fixup int64
Browse files Browse the repository at this point in the history
  • Loading branch information
jgough committed Apr 18, 2024
1 parent 862d37b commit 01eeeac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datatrails-common-api/assets/v2/assets/listevents.proto
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ message ListEventsRequest {
];

// filter events by mmr index
int32 mmr_index = 24 [(validate.rules).int32.gte = 0];
int64 mmr_index = 24 [(validate.rules).int64.gte = 0];
}

message ListEventsResponse {
Expand Down

0 comments on commit 01eeeac

Please sign in to comment.