Skip to content

Commit feb8395

Browse files
committed
fix
1 parent 09ed8fd commit feb8395

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

coderd/provisionerdserver/provisionerdserver.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1648,6 +1648,7 @@ func InsertWorkspaceResource(ctx context.Context, db database.Store, jobID uuid.
16481648
HealthcheckInterval: app.Healthcheck.Interval,
16491649
HealthcheckThreshold: app.Healthcheck.Threshold,
16501650
Health: health,
1651+
DisplayOrder: app.Order,
16511652
})
16521653
if err != nil {
16531654
return xerrors.Errorf("insert app: %w", err)

0 commit comments

Comments
 (0)