mirror of
https://github.com/coder/coder.git
synced 2025-07-21 01:28:49 +00:00
chore: upgrade golangci-lint to v1.46.0 (#1373)
This commit is contained in:
@ -58,7 +58,7 @@ func (api *api) userOAuth2Github(rw http.ResponseWriter, r *http.Request) {
|
||||
}
|
||||
if selectedMembership == nil {
|
||||
httpapi.Write(rw, http.StatusUnauthorized, httpapi.Response{
|
||||
Message: fmt.Sprintf("You aren't a member of the authorized Github organizations!"),
|
||||
Message: "You aren't a member of the authorized Github organizations!",
|
||||
})
|
||||
return
|
||||
}
|
||||
|
Reference in New Issue
Block a user