Skip to content

Commit

Permalink
Merge pull request #170 from overmindtech/get-diff-response
Browse files Browse the repository at this point in the history
Don't be silly about the GetDiffResponse property names
  • Loading branch information
DavidS-ovm authored Dec 15, 2023
2 parents c90bc87 + d481df0 commit c832e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion changes.proto
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ message GetDiffResponse {
repeated Edge edges = 2;

// Items that were planned to be changed, but were not changed
repeated ItemDiff unexpectedUnchangedItems = 4;
repeated ItemDiff missingItems = 4;
}

message ListChangingItemsSummaryRequest {
Expand Down

0 comments on commit c832e6f

Please sign in to comment.