Skip to content

Commit 8cf3cb6

Browse files
author
NarrowsProjects
committed
chore: fetch everything of environments
1 parent 11fd7ed commit 8cf3cb6

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
@@ -19,10 +19,10 @@ export const environmentSummary = {
1919
attributes: ['id', 'createdAt', 'updatedAt'],
2020
include: [
2121
{ association: 'runs', attributes: ['runNumber'] },
22-
{ association: 'historyItems', attributes: ['status'] },
22+
{ association: 'historyItems' },
2323
],
2424
order: [
25-
[{ model: Run, as: 'runs' }, 'runNumber', 'ASC'],
2625
[{ model: EnvironmentHistoryItem, as: 'historyItems' }, 'createdAt', 'ASC'],
26+
[{ model: Run, as: 'runs' }, 'runNumber', 'ASC'],
2727
],
2828
};

0 commit comments

Comments
 (0)