Skip to content

Commit c51ddd1

Browse files
committed
fixup! fix: made roles named and now they span all levels
1 parent 22cf0cc commit c51ddd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/authz/authz.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package authz
22

3-
import "errors"
3+
import "golang.org/x/xerrors"
44

55
var ErrUnauthorized = xerrors.New("unauthorized")
66

0 commit comments

Comments
 (0)