samchon / nestia-helper

NestJS helper with Type level
MIT License
34 stars 3 forks source link

Support `EncrypedRoute` to `void` returned response body #31

Closed samchon closed 2 years ago

samchon commented 2 years ago

When a controller method returns nothing, EncryptedRoute occurs below error:

The "data" argument must be of type string or an instance of Buffer, TypedArray, or DataView. Received undefined