Skip to content

Commit 2e3a86d

Browse files
author
NarrowsProjects
committed
sfdgd
1 parent 39a3d04 commit 2e3a86d

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

lib/server/views/runs/summary.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,7 @@ export const runSummary = {
5454
include: [
5555
{ association: 'runType', attributes: ['name'] },
5656
{ association: 'tags', attributes: ['text', 'id'] },
57-
{
58-
association: 'detectors',
59-
attributes: ['name'],
60-
through: {
61-
attributes: ['quality'],
62-
},
63-
},
57+
{ association: 'detectors' },
6458
{
6559
association: 'eorReasons',
6660
attributes: ['description'],

0 commit comments

Comments
 (0)