Skip to content

Commit

Permalink
Merge pull request #572 from vtex/fix/remove-metadata-refs
Browse files Browse the repository at this point in the history
Remove metadata references
  • Loading branch information
iagoaraujo authored Oct 23, 2024
2 parents 45d09e9 + 75a3912 commit 23321f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 1 addition & 5 deletions src/clients/IOClients.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { IOContext } from '../service/worker/runtime/typings'
import { Billing, Builder, MessagesGraphQL, Settings } from './apps'
import { CatalogGraphQL } from './apps/catalogGraphQL/index'
import { ID, MasterData, PaymentProvider } from './external'
import { Apps, Assets, BillingMetrics, Events, Metadata, Registry, Router, VBase, Workspaces } from './infra'
import { Apps, Assets, BillingMetrics, Events, Registry, Router, VBase, Workspaces } from './infra'
import { IOClient, IOClientConstructor } from './IOClient'
import { LicenseManager, Segment, Session, TenantClient } from './janus'

Expand Down Expand Up @@ -57,10 +57,6 @@ export class IOClients {
return this.getOrSet('messagesGraphQL', MessagesGraphQL)
}

public get metadata() {
return this.getOrSet('metadata', Metadata)
}

public get registry() {
return this.getOrSet('registry', Registry)
}
Expand Down
1 change: 0 additions & 1 deletion src/clients/infra/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ export * from './BillingMetrics'
export * from './Events'
export * from './Housekeeper'
export * from './InfraClient'
export * from './Metadata'
export * from './Registry'
export * from './Router'
export * from './VBase'
Expand Down

0 comments on commit 23321f3

Please sign in to comment.