mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
cleanup
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user