diff --git a/backend/src/services/integration-auth/integration-app-list.ts b/backend/src/services/integration-auth/integration-app-list.ts index df61411dd..8b48e20d4 100644 --- a/backend/src/services/integration-auth/integration-app-list.ts +++ b/backend/src/services/integration-auth/integration-app-list.ts @@ -137,7 +137,7 @@ const getAppsHeroku = async ({ accessToken }: { accessToken: string }) => { export const getAppsVercel = async ({ accessToken, teamId, - includeCustomEnvironments = false + includeCustomEnvironments }: { teamId?: string | null; accessToken: string; @@ -208,8 +208,6 @@ export const getAppsVercel = async ({ }) ); - console.log(projectsWithCustomEnvironments); - projectsWithCustomEnvironments.forEach((a) => { apps.push({ name: a.name,