Skip to content

Commit 0af367a

Browse files
committed
fix merge woes
1 parent c66d247 commit 0af367a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/templates.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ func (api *API) templateUserRoles(rw http.ResponseWriter, r *http.Request) {
641641
return
642642
}
643643

644-
users, err = AuthorizeFilter(api.httpAuth, r, rbac.ActionRead, users)
644+
users, err = AuthorizeFilter(api.HTTPAuth, r, rbac.ActionRead, users)
645645
if err != nil {
646646
httpapi.Write(rw, http.StatusInternalServerError, codersdk.Response{
647647
Message: "Internal error fetching users.",

0 commit comments

Comments
 (0)