Skip to content

Commit

Permalink
fix: remove unused LOD_BUCKET env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
aleortega committed Mar 15, 2024
1 parent efc64a5 commit a08a703
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions consumer-server/src/logic/conversion-task.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,6 @@ function getAbVersionEnvName(buildTarget: string)
}

export async function executeLODConversion(components: Pick<AppComponents, 'logs' | 'metrics' | 'config' | 'cdnS3'>, entityId: string, lods: string[]) {
const $LOD_BUCKET = await components.config.getString('LOD_BUCKET')
if (!$LOD_BUCKET) {
throw new Error('LOD_BUCKET is not defined')
}

const $LOGS_BUCKET = await components.config.getString('LOGS_BUCKET')
const $UNITY_PATH = await components.config.requireString('UNITY_PATH')
const $PROJECT_PATH = await components.config.requireString('PROJECT_PATH')
Expand Down

0 comments on commit a08a703

Please sign in to comment.