refs #6694 perf: handle minor errors
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Javier Segarra 2024-01-17 14:58:55 +01:00
parent 38c93e8c76
commit 145e72022a
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ module.exports = Self => {
}
}) ?? {};
filter = mergeFilters(ctx.args.filter, {where});
filter = mergeFilters(ctx.args?.filter ?? {}, {where});
const stmts = [];
let stmt;