Skip to content

Commit edf62c6

Browse files
committed
removed unnecessary change
1 parent d38277f commit edf62c6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

coderd/database/dbauthz/dbauthz.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -218,9 +218,7 @@ var (
218218
User: []rbac.Permission{},
219219
},
220220
}),
221-
Scope: rbac.ScopeAll,
222-
Email: "",
223-
Groups: []string{},
221+
Scope: rbac.ScopeAll,
224222
}.WithCachedASTValue()
225223

226224
// See unhanger package.

0 commit comments

Comments
 (0)