mirror of
https://github.com/coder/coder.git
synced 2025-07-18 14:17:22 +00:00
fix: Remove typo in policy.rego
This commit is contained in:
@ -111,7 +111,7 @@ org_mem := true {
|
|||||||
input.object.org_owner in org_members
|
input.object.org_owner in org_members
|
||||||
}
|
}
|
||||||
|
|
||||||
# If the oject has no organization, then the user is also considered part of
|
# If the object has no organization, then the user is also considered part of
|
||||||
# the non-existent org.
|
# the non-existent org.
|
||||||
org_mem := true {
|
org_mem := true {
|
||||||
input.object.org_owner == ""
|
input.object.org_owner == ""
|
||||||
|
Reference in New Issue
Block a user