Skip to content

Commit 7d04842

Browse files
committed
remove comment
Signed-off-by: Sylwester Piskozub <sylwesterpiskozub@gmail.com>
1 parent 5fa4970 commit 7d04842

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/controlplane/pkg/authz/authz.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ var ServerOperationsMap = map[string]*OperationPolicy{
411411
// Listing, create or selecting an organization does not have any required permissions,
412412
// since all the permissions here are in the context of an organization
413413
// Create new organization. No user required at middleware level. The endpoint will handle
414-
// it based on diverse conditions (e.g. the restrict_org_creation setting).
414+
// it based on diverse conditions.
415415
"/controlplane.v1.OrganizationService/Create": {},
416416
// Delete an organization makes checks at the service level since the
417417
// user can explicitly set the org they want to delete and might not be the current one

0 commit comments

Comments
 (0)