Skip to content

Commit 0613f66

Browse files
committed
typo, cleanup
1 parent e90524a commit 0613f66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/domain/dtos/GetAllRunsDto.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const QueryDto = Joi.object({
2424
const [, { filter: { dataPassIds, simulationPassIds, lhcPeriodIds } = {} }] = helpers.state.ancestors;
2525
const runsCollectionFilters = [dataPassIds, simulationPassIds, lhcPeriodIds].filter(({ length } = {}) => length >= 1);
2626
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: ' +
27+
return helpers.message('Including effectiveQcFlags is allowed only when filtering by one and exactly one of: ' +
2828
'dataPassIds, simulationPassIds, lhcPeriodIds with exactly one ID.');
2929
}
3030

0 commit comments

Comments
 (0)