Thanks to visit codestin.com Credit goes to github.com
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 49f8578Copy full SHA for 49f8578
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