We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8797c74 commit 11b2eecCopy full SHA for 11b2eec
1 file changed
lib/usecases/lhcFill/GetAllLhcFillsUseCase.js
@@ -121,6 +121,7 @@ class GetAllLhcFillsUseCase {
121
rows[rowIndex].runs = [];
122
}
123
124
+
125
return {
126
count,
127
lhcFills: rows.map(lhcFillAdapter.toEntity),
0 commit comments