Skip to content

Commit

Permalink
Keep Multer dependency in prod build
Browse files Browse the repository at this point in the history
  • Loading branch information
hkdobrev committed Mar 2, 2023
1 parent 8842425 commit e907b69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sections/api/sections.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ import { SectionsRepository } from '../entities/sections.repository'
import { SectionDto } from './section.dto'
import { parseSectionsPopulationCsv } from '../population.parser'
import { Readable } from 'stream'
import { Response } from 'express'
import { Response, Express } from 'express'
import 'multer'

@Controller('sections')
@ApiFirebaseAuth()
Expand Down

0 comments on commit e907b69

Please sign in to comment.