elysiajs / eden

Fully type-safe Elysia client
MIT License
174 stars 41 forks source link

Cannot send empty body #50

Open somebody1234 opened 9 months ago

somebody1234 commented 9 months ago
.post({ body: {} })

sends { "body": {} }, while

.post({})

somehow sends "[object Object]"