Skip to content

Commit 5f5653d

Browse files
Emyrkjohnstcn
andauthored
Update coderd/rbac/scopes.go
Co-authored-by: Cian Johnston <cian@coder.com>
1 parent 655e8db commit 5f5653d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/rbac/scopes.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const (
2020
)
2121

2222
// TODO: Support passing in scopeID list for whitelisting allowed resources.
23-
var builtinScopes map[Scope]ScopeRole = map[Scope]ScopeRole{
23+
var builtinScopes = map[Scope]ScopeRole{
2424
// ScopeAll is a special scope that allows access to all resources. During
2525
// authorize checks it is usually not used directly and skips scope checks.
2626
ScopeAll: {

0 commit comments

Comments
 (0)