Skip to content

Commit e93463d

Browse files
committed
dbmem
1 parent b631962 commit e93463d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

coderd/database/dbmem/dbmem.go

+1
Original file line numberDiff line numberDiff line change
@@ -5605,6 +5605,7 @@ func (q *FakeQuerier) InsertWorkspaceAgent(_ context.Context, arg database.Inser
56055605
MOTDFile: arg.MOTDFile,
56065606
LifecycleState: database.WorkspaceAgentLifecycleStateCreated,
56075607
DisplayApps: arg.DisplayApps,
5608+
DisplayOrder: arg.DisplayOrder,
56085609
}
56095610

56105611
q.workspaceAgents = append(q.workspaceAgents, agent)

0 commit comments

Comments
 (0)