test(salix): refs #7671 #7671 improve and revert where changes
gitea/salix/pipeline/pr-dev This commit looks good
Details
gitea/salix/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
57dbdc6f24
commit
7710b87f4a
|
@ -128,7 +128,7 @@ module.exports = Self => {
|
||||||
return {[param]: value};
|
return {[param]: value};
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
if (ctx.req.query.showBadDates === 'true')
|
if (ctx.req.query?.showBadDates === 'true')
|
||||||
where['fp.started'] = {gte: Date.vnNew()};
|
where['fp.started'] = {gte: Date.vnNew()};
|
||||||
|
|
||||||
filter = mergeFilters(filter, {where});
|
filter = mergeFilters(filter, {where});
|
||||||
|
|
Loading…
Reference in New Issue