Skip to content

Commit 1199b64

Browse files
fix: fake db query
1 parent c652133 commit 1199b64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

coderd/database/dbmem/dbmem.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7866,6 +7866,7 @@ func (q *FakeQuerier) InsertWorkspaceAgentScripts(_ context.Context, arg databas
78667866
script := database.WorkspaceAgentScript{
78677867
LogSourceID: source,
78687868
WorkspaceAgentID: arg.WorkspaceAgentID,
7869+
ID: arg.ID[index],
78697870
DisplayName: arg.DisplayName[index],
78707871
LogPath: arg.LogPath[index],
78717872
Script: arg.Script[index],

0 commit comments

Comments
 (0)