fix: path -> reportId as reportId

This commit is contained in:
izzy
2025-12-03 15:24:30 +00:00
parent 7a215c16ab
commit 5d5d421201

View File

@@ -172,12 +172,7 @@ export class IntegrityRepository {
),
// .onRef('integrity_report.path', '=', 'allPaths.path')
)
.select([
'allPaths.path as path',
'allPaths.assetId',
'allPaths.fileAssetId',
'integrity_report.path as reportId',
])
.select(['allPaths.path as path', 'allPaths.assetId', 'allPaths.fileAssetId', 'integrity_report.id as reportId'])
.stream();
}