elysiajs / eden

Fully type-safe Elysia client
MIT License
147 stars 37 forks source link

Eden does not convert objects with files to FormData for request body #89

Closed MatthewAry closed 4 months ago

MatthewAry commented 4 months ago

There's some missing code here https://github.com/elysiajs/eden/blob/9df0b6c1c06cd4372d595c4e53735e28ee11a271/src/treaty2/index.ts#L306-L307 which is making this entire conditional statement ineffective.

Will be submitting a PR soon!