Skip to content

Commit

Permalink
not going to try changing a string back to an object ID on the app re…
Browse files Browse the repository at this point in the history
…po side, oof
  • Loading branch information
ohEmily committed Oct 28, 2024
1 parent 0df1100 commit 41b09cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions proto/viam/app/v1/app.proto
Original file line number Diff line number Diff line change
Expand Up @@ -712,8 +712,7 @@ message GetRobotAPIKeysResponse {
message DeleteRobotPartResponse {}

message Fragment {
// deprecated to instead use the default _id in MongoDB of type ObjectID
string id = 1 [deprecated = true];
string id = 1 [(tagger.v1.tags) = "bson:\"_id\" json:\"id,omitempty\""];
string name = 2 [(tagger.v1.tags) = "bson:\"name\" json:\"name\""];
google.protobuf.Struct fragment = 3 [(tagger.v1.tags) = "bson:\"fragment\" json:\"fragment\""];
string organization_owner = 4 [(tagger.v1.tags) = "bson:\"organization_owner\" json:\"owner\""];
Expand Down

0 comments on commit 41b09cc

Please sign in to comment.