Skip to content

Commit

Permalink
fix: properly remove license-builder component
Browse files Browse the repository at this point in the history
  • Loading branch information
aleortega committed Mar 7, 2024
1 parent 5db41a3 commit 507ea6c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 25 deletions.
3 changes: 0 additions & 3 deletions consumer-server/src/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { AppComponents, GlobalContext } from './types'
import { metricDeclarations } from './metrics'
import { createSqsAdapter } from './adapters/sqs'
import { createMessagesConsumerComponent } from './logic/message-consumer'
import { buildLicense } from './utils/license-builder'
import { createLodGeneratorComponent } from './logic/lod-generator'
import { createMessageHandlerComponent } from './logic/message-handler'
import { createCloudStorageAdapter } from './adapters/storage'
Expand Down Expand Up @@ -41,8 +40,6 @@ export async function initComponents(): Promise<AppComponents> {

const messageConsumer = await createMessagesConsumerComponent({ logs, queue, messageHandler })

//await buildLicense({ config, logs })

return {
config,
logs,
Expand Down
22 changes: 0 additions & 22 deletions consumer-server/src/utils/license-builder.ts

This file was deleted.

0 comments on commit 507ea6c

Please sign in to comment.