Skip to content

Commit

Permalink
Update src/bitdrift_public/protobuf/client/v1/api.proto
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Klein <[email protected]>
Signed-off-by: Snow Pettersen <[email protected]>
  • Loading branch information
snowp and mattklein123 authored Feb 20, 2025
1 parent 67df09f commit c995009
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 @@ -291,7 +291,7 @@ message UploadArtifactRequest {
// The artifact to upload. This is a binary blob that is interpreted by the server based on the type_id.
bytes contents = 3;

// A client-generated ID that uniquely identifies the artifact being uploaded.. This is used to correlate
// A client-generated ID that uniquely identifies the artifact being uploaded. This is used to correlate
// the artifact with logs that reference it.
string artifact_id = 4 [(validate.rules).string = {min_len: 1}];
}
Expand Down

0 comments on commit c995009

Please sign in to comment.