We use Nest.js FilesInterceptor which uses multer under the hood.
When fieldname is not provided, but fieldNameSize is set, the above line is still executed and TypeError is thrown accordingly.
Check this - https://github.com/expressjs/multer/blob/master/lib/make-middleware.js#L103
We need to prevent it.
For fixing this issue please add this line
