This commit is contained in:
Daniel Hougaard
2025-03-05 01:36:06 +04:00
parent 5391bcd3b2
commit e95b6fdeaa

View File

@@ -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,