Skip to content

Commit

Permalink
Correction lint Prefix error
Browse files Browse the repository at this point in the history
  • Loading branch information
SamJaarsma committed Feb 23, 2024
1 parent 9f5b670 commit 97bccae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions proto/cmp/services/accommodation/v1alpha/property_types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ enum CategoryUnit {

enum Status {
STATUS_UNSPECIFIED = 0;
DRAFT = 1;
ACTIVE = 2;
DEACTIVATED = 3;
STATUS_DRAFT = 1;
STATUS_ACTIVE = 2;
STATUS_DEACTIVATED = 3;
}

// This message type contains extended info about a property
Expand Down

0 comments on commit 97bccae

Please sign in to comment.