test(salix): refs #7671 #7671 improve and revert where changes
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Javier Segarra 2024-09-09 10:07:05 +02:00
parent 57dbdc6f24
commit 7710b87f4a
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ module.exports = Self => {
return {[param]: value};
}
});
if (ctx.req.query.showBadDates === 'true')
if (ctx.req.query?.showBadDates === 'true')
where['fp.started'] = {gte: Date.vnNew()};
filter = mergeFilters(filter, {where});