SamagraX-Stencil / stencil

NestJS on steroids 💪
https://stencil.samagra.io
MIT License
30 stars 33 forks source link

No check for empty file upload in common/src/file-upload.controller.ts #156

Open gnaaruag opened 4 months ago

gnaaruag commented 4 months ago

Currently in common/src/file-upload.controller.ts empty file uploads are allowed to be uploaded. Proposed PR adds a check before letting the upload take place.

This ticket helps with the following aspect