Skip to content

Commit

Permalink
test unimport multer type
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeh committed Oct 6, 2024
1 parent 78e46ea commit 82fb9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/modules/import/import.service.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Injectable } from '@nestjs/common';
import { Multer } from 'multer';
//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 82fb9ca

Please sign in to comment.