We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbde8e8 commit 0bddaceCopy full SHA for 0bddace
coderd/httpmw/templateparam.go
@@ -37,6 +37,7 @@ func ExtractTemplateParam(db database.Store) func(http.Handler) http.Handler {
37
httpapi.Write(rw, http.StatusNotFound, httpapi.Response{
38
Message: fmt.Sprintf("Template %q does not exist.", templateID),
39
})
40
+ return
41
}
42
if err != nil {
43
httpapi.Write(rw, http.StatusInternalServerError, httpapi.Response{
0 commit comments