Skip to content

Commit f3cff03

Browse files
committed
fixup
1 parent 4dd4149 commit f3cff03

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

coderd/parameters.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ import (
3838
// @Router /users/{user}/templateversions/{templateversion}/parameters [get]
3939
func (api *API) templateVersionDynamicParameters(rw http.ResponseWriter, r *http.Request) {
4040
ctx := r.Context()
41-
user := httpmw.UserParam(r)
4241
templateVersion := httpmw.TemplateVersionParam(r)
4342

4443
// Check that the job has completed successfully

0 commit comments

Comments
 (0)