Skip to content

Commit a7e3d1d

Browse files
committed
Rename ProductExtractor file to match class name
1 parent c6b8dca commit a7e3d1d

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/components/product/handlers/extract-products-from-pnp.handler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import {
2121
UpdateDerivativeScriptureProduct,
2222
UpdateDirectScriptureProduct,
2323
} from '../dto';
24-
import { ExtractedRow, ProductExtractor } from '../product-extractor.service';
24+
import { ExtractedRow, ProductExtractor } from '../product.extractor';
2525
import { ProductRepository } from '../product.repository';
2626
import { ProductService } from '../product.service';
2727

File renamed without changes.

src/components/product/product.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import * as handlers from './handlers';
77
import { BackfillEmptyMediumsMigration } from './migrations/backfill-empty-mediums.migration';
88
import { FixNaNTotalVerseEquivalentsMigration } from './migrations/fix-nan-total-verse-equivalents.migration';
99
import { ProducibleResolver } from './producible.resolver';
10-
import { ProductExtractor } from './product-extractor.service';
10+
import { ProductExtractor } from './product.extractor';
1111
import { ProductLoader } from './product.loader';
1212
import { ProductRepository } from './product.repository';
1313
import { ProductResolver } from './product.resolver';

0 commit comments

Comments
 (0)