Skip to content

Commit a480655

Browse files
committed
WIP
1 parent 7d0b0c9 commit a480655

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

coderd/templateversions.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ func (api *API) templateVersion(rw http.ResponseWriter, r *http.Request) {
7676
func (api *API) patchTemplateVersion(rw http.ResponseWriter, r *http.Request) {
7777
ctx := r.Context()
7878
templateVersion := httpmw.TemplateVersionParam(r)
79+
7980
var params codersdk.PatchTemplateVersionRequest
8081
if !httpapi.Read(ctx, rw, r, &params) {
8182
return

0 commit comments

Comments
 (0)