We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e90524a commit 0613f66Copy full SHA for 0613f66
1 file changed
lib/domain/dtos/GetAllRunsDto.js
@@ -24,7 +24,7 @@ const QueryDto = Joi.object({
24
const [, { filter: { dataPassIds, simulationPassIds, lhcPeriodIds } = {} }] = helpers.state.ancestors;
25
const runsCollectionFilters = [dataPassIds, simulationPassIds, lhcPeriodIds].filter(({ length } = {}) => length >= 1);
26
if (runsCollectionFilters.length !== 1 || runsCollectionFilters[0].length !== 1) {
27
- return helpers.message('Including effectiveQcFlags is allowed only when filtering by one nd exactly one of: ' +
+ return helpers.message('Including effectiveQcFlags is allowed only when filtering by one and exactly one of: ' +
28
'dataPassIds, simulationPassIds, lhcPeriodIds with exactly one ID.');
29
}
30
0 commit comments