mirror of
https://github.com/coder/coder.git
synced 2025-07-09 11:45:56 +00:00
chore: ensure correct version of golangci-lint is run in ci (#13869)
This commit is contained in:
@ -350,7 +350,7 @@ func (api *API) postWorkspaceProxy(rw http.ResponseWriter, r *http.Request) {
|
||||
Name: req.Name,
|
||||
DisplayName: req.DisplayName,
|
||||
Icon: req.Icon,
|
||||
TokenHashedSecret: hashedSecret[:],
|
||||
TokenHashedSecret: hashedSecret,
|
||||
// Enabled by default, but will be disabled on register if the proxy has
|
||||
// it disabled.
|
||||
DerpEnabled: true,
|
||||
|
Reference in New Issue
Block a user