mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
@ -94,6 +94,7 @@ func readBodyAsError(res *http.Response) error {
|
||||
}
|
||||
}
|
||||
|
||||
//nolint:varnamelen
|
||||
var m httpapi.Response
|
||||
err := json.NewDecoder(res.Body).Decode(&m)
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user