Skip to content

Commit c3d8a43

Browse files
committed
stub a parameter to fix linting until we come back to add support for presets
1 parent c90610a commit c3d8a43

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

coderd/wsbuilder/wsbuilder.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,10 @@ func (b *Builder) buildTx(authFunc func(action policy.Action, object rbac.Object
376376
Reason: b.reason,
377377
Deadline: time.Time{}, // set by provisioner upon completion
378378
MaxDeadline: time.Time{}, // set by provisioner upon completion
379+
TemplateVersionPresetID: uuid.NullUUID{
380+
UUID: uuid.Nil,
381+
Valid: false,
382+
},
379383
})
380384
if err != nil {
381385
code := http.StatusInternalServerError

0 commit comments

Comments
 (0)