Skip to content

Commit

Permalink
Update protobuf/sync/v1/sync_service.proto
Browse files Browse the repository at this point in the history
Co-authored-by: Skye Gill <[email protected]>
Signed-off-by: Kavindu Dodanduwa <[email protected]>
  • Loading branch information
Kavindu-Dodan and skyerus authored Feb 6, 2023
1 parent c4a536c commit 6431a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protobuf/sync/v1/sync_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6431a47

Please sign in to comment.