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 ec7dc02 commit 1f1879fCopy full SHA for 1f1879f
coderd/telemetry/telemetry.go
@@ -1397,7 +1397,7 @@ type Template struct {
1397
AutostartAllowedDays []string `json:"autostart_allowed_days"`
1398
RequireActiveVersion bool `json:"require_active_version"`
1399
Deprecated bool `json:"deprecated"`
1400
- UseClassicParameterFlow bool `db:"use_classic_parameter_flow" json:"use_classic_parameter_flow"`
+ UseClassicParameterFlow bool `json:"use_classic_parameter_flow"`
1401
}
1402
1403
type TemplateVersion struct {
0 commit comments