Skip to content

Commit 99d6f50

Browse files
committed
Remove unused perm
1 parent 30338b4 commit 99d6f50

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

coderd/rbac/builtin.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,7 @@ var (
8282
ResourceProvisionerDaemon: {ActionRead},
8383
}),
8484
User: permissions(map[Object][]Action{
85-
ResourceWildcard: {WildcardSymbol},
86-
ResourceWorkspaceExecution: {WildcardSymbol},
85+
ResourceWildcard: {WildcardSymbol},
8786
}),
8887
}
8988
},

0 commit comments

Comments
 (0)