Skip to content

Commit d09c62b

Browse files
author
NarrowsProjects
committed
1
1 parent 11fd7ed commit d09c62b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/server/views/environments/summary.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ const { Run, EnvironmentHistoryItem } = database.sequelize.models;
1818
export const environmentSummary = {
1919
attributes: ['id', 'createdAt', 'updatedAt'],
2020
include: [
21-
{ association: 'runs', attributes: ['runNumber'] },
22-
{ association: 'historyItems', attributes: ['status'] },
21+
{ association: 'runs' },
22+
{ association: 'historyItems' },
2323
],
2424
order: [
2525
[{ model: Run, as: 'runs' }, 'runNumber', 'ASC'],

0 commit comments

Comments
 (0)