mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-15 20:25:23 +02:00
[autofix.ci] apply automated fixes
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user