Skip to content

Commit

Permalink
stats: remove required annotation from sent_at field (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Augustyniak authored Aug 21, 2024
1 parent 0fdfd2a commit 62c956b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bitdrift_public/protobuf/client/v1/api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ message StatsUploadRequest {
// Used by the server to detect clients with skewed clocks.
// The idea is that upon receiving the stats payload, the server's current time should be close to this
// value.
google.protobuf.Timestamp sent_at = 3 [(validate.rules).message = {required: true}];
google.protobuf.Timestamp sent_at = 3;
}

message StatsUploadResponse {
Expand Down

0 comments on commit 62c956b

Please sign in to comment.