Skip to content

Commit

Permalink
Update pkg/go/graph/graph_builder.go
Browse files Browse the repository at this point in the history
Co-authored-by: Adrian Tam <[email protected]>
  • Loading branch information
yissellokta and adriantam authored Feb 24, 2025
1 parent 31a808a commit 7f0a733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/go/graph/graph_builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ func parseTupleToUserset(graphBuilder *AuthorizationModelGraphBuilder, parentNod
// relations
// define rel1: [user] or rel1 from parent
// define parent: [group, group with condX]
// In the graph we only have one TTU edge from the OR node to the group#rel1 node, but there is not condition associtated to it
// In the graph we only have one TTU edge from the OR node to the group#rel1 node, but there are no conditions associated to it
// the conditions are associated to the edge from group#parent node to the group node. This direct edge has two conditions: none and condX
continue
}
Expand Down

0 comments on commit 7f0a733

Please sign in to comment.