Skip to content

Commit e27f20a

Browse files
committed
removed unnecessary change
1 parent dcc1f5e commit e27f20a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

coderd/rbac/astvalue.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,6 @@ func (s Subject) regoValue() (ast.Value, error) {
8181
return nil, xerrors.Errorf("expand scope: %w", err)
8282
}
8383
subj := ast.NewObject(
84-
[2]*ast.Term{
85-
ast.StringTerm("type"),
86-
ast.StringTerm(string(s.Type)),
87-
},
8884
[2]*ast.Term{
8985
ast.StringTerm("id"),
9086
ast.StringTerm(s.ID),

0 commit comments

Comments
 (0)