Skip to content

Commit

Permalink
test multer type
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeh committed Oct 6, 2024
1 parent fb2f8bd commit 484ceca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/src/modules/import/import.service.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Injectable } from '@nestjs/common';
import { Multer } from 'multer';
import { XlsxParser } from '@api/modules/import/services/xlsx.parser';
import { EntityPreprocessor } from '@api/modules/import/services/entity.preprocessor';
import { BaseDataRepository } from '@api/modules/model/base-data.repository';
Expand Down

0 comments on commit 484ceca

Please sign in to comment.