dmitriy-nz / nestjs-form-data

NestJS middleware for handling multipart/form-data, which is primarily used for uploading files.
https://www.npmjs.com/package/nestjs-form-data
MIT License
126 stars 24 forks source link

refactor: the use of throwError(err) is deprecated #63

Closed duysolo closed 2 months ago

duysolo commented 2 months ago

This PR will fix the deprecated warning message: The signature (error: any): Observable of throwError is deprecated.

Screenshot 2024-09-07 at 19 59 32