Skip to content

Commit

Permalink
remove pgv
Browse files Browse the repository at this point in the history
  • Loading branch information
Snow Pettersen committed Feb 20, 2025
1 parent 16c7bde commit 67df09f
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 @@ -289,7 +289,7 @@ message UploadArtifactRequest {
string type_id = 2 [(validate.rules).string = {min_len: 1}];

// The artifact to upload. This is a binary blob that is interpreted by the server based on the type_id.
bytes contents = 3 [(validate.rules).bytes = {min_len: 1}];
bytes contents = 3;

// A client-generated ID that uniquely identifies the artifact being uploaded.. This is used to correlate
// the artifact with logs that reference it.
Expand Down

0 comments on commit 67df09f

Please sign in to comment.