8000 comments remove · coder/coder@f31197a · GitHub
[go: up one dir, main page]

Skip to content

Commit f31197a

Browse files
committed
comments remove
1 parent 0d71165 commit f31197a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

coderd/parameters.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ func (api *API) templateVersionDynamicParameters(listen bool, initial codersdk.D
108108

109109
type previewFunction func(ctx context.Context, ownerID uuid.UUID, values map[string]string) (*preview.Output, hcl.Diagnostics)
110110

111-
// handleDynamicParameters
112111
// nolint:revive
113112
func (api *API) handleDynamicParameters(listen bool, rw http.ResponseWriter, r *http.Request, tf database.TemplateVersionTerraformValue, templateVersion database.TemplateVersion, initial codersdk.DynamicParametersRequest) {
114113
var (
@@ -225,7 +224,6 @@ func (api *API) handleDynamicParameters(listen bool, rw http.ResponseWriter, r *
225224
}
226225
}
227226

228-
// handleStaticParameters
229227
// nolint:revive
230228
func (api *API) handleStaticParameters(listen bool, rw http.ResponseWriter, r *http.Request, version uuid.UUID, initial codersdk.DynamicParametersRequest) {
231229
ctx := r.Context()

0 commit comments

Comments
 (0)
0