Skip to content

Commit fc6441f

Browse files
samejrmatt-aitken
authored andcommitted
Access machinePreset from the run list presenter
1 parent f685c66 commit fc6441f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

apps/webapp/app/presenters/v3/NextRunListPresenter.server.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ export class NextRunListPresenter {
231231
rootTaskRunId: run.rootTaskRunId,
232232
metadata: run.metadata,
233233
metadataType: run.metadataType,
234+
machinePreset: run.machinePreset,
234235
};
235236
}),
236237
pagination: {

apps/webapp/app/services/runsRepository.server.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ export class RunsRepository {
169169
batchId: true,
170170
metadata: true,
171171
metadataType: true,
172+
machinePreset: true,
172173
},
173174
});
174175

0 commit comments

Comments
 (0)