From 58ba7fa34b47e8f445ab09262dda95e9b36c7d70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B3n=20Levy?= Date: Tue, 22 Oct 2024 22:23:21 +0000 Subject: [PATCH] chore: more cleanup --- infra/src/dsl/bff.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/infra/src/dsl/bff.ts b/infra/src/dsl/bff.ts index 650fb3124710..37c510ec82ac 100644 --- a/infra/src/dsl/bff.ts +++ b/infra/src/dsl/bff.ts @@ -1,6 +1,5 @@ import { json, ref } from './dsl' import { BffInfo, PortalKeys, Context } from './types/input-types' -import { Envs } from '../environments' import { adminPortalScopes, @@ -19,7 +18,7 @@ export const getScopes = (key: PortalKeys) => { } export const bffConfig = (info: BffInfo) => { - const { key, services, clientName, env = {} } = info + const { key, services, clientName } = info const getBaseUrl = (ctx: Context) => ctx.featureDeploymentName