Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Raajheer1 committed Aug 25, 2024
1 parent 44eaf77 commit c374076
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/go-chi/middleware/auth/user_role.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ func CanAddRole(next http.Handler) http.Handler {
}
}

if credentials.Facility != nil {
// TODO - possibly allow this in the future
}
// TODO - possibly allow this in the future
//if credentials.Facility != nil {
//}

next.ServeHTTP(w, r)
})
Expand Down

0 comments on commit c374076

Please sign in to comment.