Skip to content

Commit

Permalink
chore: more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
busla committed Oct 22, 2024
1 parent 67f75e3 commit 58ba7fa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions infra/src/dsl/bff.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { json, ref } from './dsl'
import { BffInfo, PortalKeys, Context } from './types/input-types'
import { Envs } from '../environments'

import {
adminPortalScopes,
Expand All @@ -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
Expand Down

0 comments on commit 58ba7fa

Please sign in to comment.