From 6431a472885e80ed8f498c04cf542175bda7498b Mon Sep 17 00:00:00 2001 From: Kavindu Dodanduwa Date: Mon, 6 Feb 2023 09:20:19 -0800 Subject: [PATCH] Update protobuf/sync/v1/sync_service.proto Co-authored-by: Skye Gill Signed-off-by: Kavindu Dodanduwa --- protobuf/sync/v1/sync_service.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protobuf/sync/v1/sync_service.proto b/protobuf/sync/v1/sync_service.proto index 588f540..4fc0567 100644 --- a/protobuf/sync/v1/sync_service.proto +++ b/protobuf/sync/v1/sync_service.proto @@ -25,7 +25,7 @@ enum SyncState { SYNC_STATE_ADD = 2; // Convey an update of a flag. Flagd internally attempts to update if the updated flag already exist OR if it does not, - // then it will get added + // it will get added SYNC_STATE_UPDATE = 3; // Convey a deletion of a flag. Flagd internally removes the flag