mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
feat: refactor deployment config (#6347)
This commit is contained in:
@ -59,7 +59,7 @@ type authorizeCache struct {
|
||||
calls []cachedAuthCall
|
||||
}
|
||||
|
||||
//nolint:error-return,revive
|
||||
//nolint:revive
|
||||
func (c *authorizeCache) Load(subject Subject, action Action, object Object) (error, bool) {
|
||||
if c == nil {
|
||||
return nil, false
|
||||
|
Reference in New Issue
Block a user