Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit74d6b14

Browse files
committed
address pr feedback
1 parenta68a73d commit74d6b14

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
iferr!=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
iferr!=nil {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp