Skip to content

Commit

Permalink
no breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
maximpertsov committed Jul 16, 2024
1 parent b8cf579 commit 7e8fe52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proto/viam/robot/v1/robot.proto
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ message ResourceStatus {
State state = 2;

// state transition timestamp.
google.protobuf.Timestamp updated_at = 3;
google.protobuf.Timestamp last_updated = 3;

// revision of the last config that successfully updated this resource.
string revision = 4;
Expand All @@ -407,5 +407,5 @@ message ConfigStatus {
string revision = 1;

// config ingestion timestamp.
google.protobuf.Timestamp updated_at = 2;
google.protobuf.Timestamp last_updated = 2;
}

0 comments on commit 7e8fe52

Please sign in to comment.