Skip to content

Commit e70d139

Browse files
committed
linting
1 parent cf2f5ee commit e70d139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/workspaceagents.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2099,7 +2099,7 @@ func (api *API) workspaceAgentsExternalAuth(rw http.ResponseWriter, r *http.Requ
20992099
httpapi.Write(ctx, rw, http.StatusOK, resp)
21002100
}
21012101

2102-
func (api *API) workspaceAgentsExternalAuthListen(rw http.ResponseWriter, ctx context.Context, externalAuthConfig *externalauth.Config, workspace database.Workspace) {
2102+
func (api *API) workspaceAgentsExternalAuthListen(ctx context.Context, rw http.ResponseWriter, externalAuthConfig *externalauth.Config, workspace database.Workspace) {
21032103
// Since we're ticking frequently and this sign-in operation is rare,
21042104
// we are OK with polling to avoid the complexity of pubsub.
21052105
ticker, done := api.NewTicker(time.Second)

0 commit comments

Comments
 (0)