Skip to content

Commit

Permalink
feat(accept-blue): cleanup unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mschipperheyn committed Jan 9, 2025
1 parent 1e2ba9a commit cc5600d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import {
EntityHydrator,
EventBus,
ForbiddenError,
HistoryService,
ID,
Logger,
Order,
Expand Down Expand Up @@ -63,7 +62,6 @@ export class AcceptBlueService implements OnApplicationBootstrap {
private readonly customerService: CustomerService,
private readonly entityHydrator: EntityHydrator,
private connection: TransactionalConnection,
private historyService: HistoryService,
private eventBus: EventBus,
moduleRef: ModuleRef,
@Inject(PLUGIN_INIT_OPTIONS)
Expand Down
4 changes: 0 additions & 4 deletions packages/vendure-plugin-accept-blue/src/api/api-extensions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,6 @@ export const commonApiExtensions = gql`
savedAcceptBluePaymentMethods: [AcceptBluePaymentMethod!]!
}
extend enum HistoryEntryType {
ACCEPT_BLUE_TRANSACTION_UPDATE
}
extend type Query {
previewAcceptBlueSubscriptions(
productVariantId: ID!
Expand Down

0 comments on commit cc5600d

Please sign in to comment.