Skip to content

Commit 189c8ae

Browse files
committed
fix return
1 parent 2281db2 commit 189c8ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

coderd/workspaceagents.go

+1
Original file line numberDiff line numberDiff line change
@@ -2164,6 +2164,7 @@ func (api *API) workspaceAgentsExternalAuthListen(ctx context.Context, rw http.R
21642164
return
21652165
}
21662166
httpapi.Write(ctx, rw, http.StatusOK, resp)
2167+
return
21672168
}
21682169
}
21692170

0 commit comments

Comments
 (0)