Skip to content

Commit

Permalink
chore(core): tidy up unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Oct 18, 2023
1 parent f175343 commit b99d238
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/core/src/service/services/product.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { Injectable } from '@nestjs/common';
import {
AssignProductsToChannelInput,
CreateProductInput,
CustomerListOptions,
DeletionResponse,
DeletionResult,
ProductListOptions,
Expand Down Expand Up @@ -41,12 +40,9 @@ import { TranslatorService } from '../helpers/translator/translator.service';

import { AssetService } from './asset.service';
import { ChannelService } from './channel.service';
import { CollectionService } from './collection.service';
import { FacetValueService } from './facet-value.service';
import { ProductOptionGroupService } from './product-option-group.service';
import { ProductVariantService } from './product-variant.service';
import { RoleService } from './role.service';
import { TaxRateService } from './tax-rate.service';

/**
* @description
Expand All @@ -61,12 +57,9 @@ export class ProductService {
constructor(
private connection: TransactionalConnection,
private channelService: ChannelService,
private roleService: RoleService,
private assetService: AssetService,
private productVariantService: ProductVariantService,
private facetValueService: FacetValueService,
private taxRateService: TaxRateService,
private collectionService: CollectionService,
private listQueryBuilder: ListQueryBuilder,
private translatableSaver: TranslatableSaver,
private eventBus: EventBus,
Expand Down

0 comments on commit b99d238

Please sign in to comment.