Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 74d6b14

Browse files
committed
address pr feedback
1 parent a68a73d commit 74d6b14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

coderd/templateversions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1734,7 +1734,7 @@ func (api *API) postTemplateVersionsByOrganization(rw http.ResponseWriter, r *ht
17341734
// TODO: set this to whether the template version defines a `coder_ai_task` tf resource
17351735
HasAITask: sql.NullBool{
17361736
Bool: false,
1737-
Valid: false,
1737+
Valid: true,
17381738
},
17391739
})
17401740
if err != nil {

coderd/wsbuilder/wsbuilder.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ func (b *Builder) buildTx(authFunc func(action policy.Action, object rbac.Object
429429
// TODO: set this to whether the build included a `coder_ai_task` tf resource
430430
HasAITask: sql.NullBool{
431431
Bool: false,
432-
Valid: false,
432+
Valid: true,
433433
},
434434
})
435435
if err != nil {

0 commit comments

Comments
 (0)