[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2026-03-03 07:05:09 +00:00
committed by GitHub
parent 08c9113405
commit 7599565e73
3 changed files with 19 additions and 17 deletions

View File

@@ -889,9 +889,7 @@ export const findAllDeploymentsCentralized = async (
}
const conditions = [
...(appIds.length > 0
? [inArray(deployments.applicationId, appIds)]
: []),
...(appIds.length > 0 ? [inArray(deployments.applicationId, appIds)] : []),
...(compIds.length > 0 ? [inArray(deployments.composeId, compIds)] : []),
];
const whereClause =