Skip to content

Commit 5ea3ff2

Browse files
committed
WIP
1 parent c86b786 commit 5ea3ff2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

coderd/provisionerdserver/provisionerdserver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1648,7 +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,
1651+
DisplayOrder: int32(app.Order),
16521652
})
16531653
if err != nil {
16541654
return xerrors.Errorf("insert app: %w", err)

provisionersdk/proto/provisioner.pb.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)