Skip to content

Commit 23321f3

Browse files
authored
Merge pull request #572 from vtex/fix/remove-metadata-refs
Remove metadata references
2 parents 45d09e9 + 75a3912 commit 23321f3

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

src/clients/IOClients.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { IOContext } from '../service/worker/runtime/typings'
33
import { Billing, Builder, MessagesGraphQL, Settings } from './apps'
44
import { CatalogGraphQL } from './apps/catalogGraphQL/index'
55
import { ID, MasterData, PaymentProvider } from './external'
6-
import { Apps, Assets, BillingMetrics, Events, Metadata, Registry, Router, VBase, Workspaces } from './infra'
6+
import { Apps, Assets, BillingMetrics, Events, Registry, Router, VBase, Workspaces } from './infra'
77
import { IOClient, IOClientConstructor } from './IOClient'
88
import { LicenseManager, Segment, Session, TenantClient } from './janus'
99

@@ -57,10 +57,6 @@ export class IOClients {
5757
return this.getOrSet('messagesGraphQL', MessagesGraphQL)
5858
}
5959

60-
public get metadata() {
61-
return this.getOrSet('metadata', Metadata)
62-
}
63-
6460
public get registry() {
6561
return this.getOrSet('registry', Registry)
6662
}

src/clients/infra/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ export * from './BillingMetrics'
44
export * from './Events'
55
export * from './Housekeeper'
66
export * from './InfraClient'
7-
export * from './Metadata'
87
export * from './Registry'
98
export * from './Router'
109
export * from './VBase'

0 commit comments

Comments
 (0)