Skip to content

Commit

Permalink
remove redundant not_in
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksnyder committed Jun 7, 2024
1 parent 0495292 commit 6f52c09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion buf/registry/owner/v1/organization.proto
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ message Organization {
ModuleRole module_base_role = 8 [
(buf.validate.field).required = true,
(buf.validate.field).enum.defined_only = true,
(buf.validate.field).enum.not_in = 0,
(buf.validate.field).enum.not_in = 5
];
}
Expand Down

0 comments on commit 6f52c09

Please sign in to comment.