From d481df05744e39f3497bc128d202e1075d7add04 Mon Sep 17 00:00:00 2001 From: David Schmitt Date: Fri, 15 Dec 2023 13:58:34 +0100 Subject: [PATCH] Don't be silly about the GetDiffResponse property names --- changes.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changes.proto b/changes.proto index 551e261..f8a67e8 100644 --- a/changes.proto +++ b/changes.proto @@ -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 {