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

Skip to content

Commit e9bbcaa

Browse files
author
Bruno Quaresma
committed
Update databasefake
1 parent 7c3b8fe commit e9bbcaa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

coderd/database/databasefake/databasefake.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -880,6 +880,7 @@ func (q *fakeQuerier) UpdateTemplateMetaByID(_ context.Context, arg database.Upd
880880
continue
881881
}
882882
tpl.UpdatedAt = database.Now()
883+
tpl.Name = arg.Name
883884
tpl.Description = arg.Description
884885
tpl.MaxTtl = arg.MaxTtl
885886
tpl.MinAutostartInterval = arg.MinAutostartInterval

0 commit comments

Comments
 (0)