From e95b6fdeaac227927e1dbfa95e6ca65cad13322e Mon Sep 17 00:00:00 2001 From: Daniel Hougaard Date: Wed, 5 Mar 2025 01:36:06 +0400 Subject: [PATCH] cleanup --- backend/src/services/integration-auth/integration-app-list.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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,