oak icon indicating copy to clipboard operation
oak copied to clipboard

A likely typo in jsdoc — no need to await on a form-data body value

Open pasha-bolokhov opened this issue 2 years ago • 0 comments

It seems like you don't need to await on form–data body value. While it probably does not hurt, the linter gets mad about it

The same may relate to the example with the stream() call below

https://github.com/oakserver/oak/blob/9ce772628961a8a1edec92b3c5d62d09f5d7c7f4/multipart.ts#L341

pasha-bolokhov avatar Jul 18 '22 16:07 pasha-bolokhov