[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2026-02-17 03:17:55 +00:00
committed by GitHub
parent 714849883e
commit d5163322fb
4 changed files with 19 additions and 5 deletions

View File

@@ -101,7 +101,9 @@ export const findEnvironmentsByProjectId = async (projectId: string) => {
return projectEnvironments;
};
const environmentHasServices = (env: Awaited<ReturnType<typeof findEnvironmentById>>) => {
const environmentHasServices = (
env: Awaited<ReturnType<typeof findEnvironmentById>>,
) => {
return (
(env.applications?.length ?? 0) > 0 ||
(env.compose?.length ?? 0) > 0 ||