Closed adamkiss closed 2 years ago
As I noted in #152, turning off json: parsing doesn't work ever since https://github.com/sindresorhus/alfy/commit/56aed04cff57d49635a8182af8aa696c70852bfa
json: parsing
This puts it back, while (hopefully) not breaking json requests - it activates only if the option json is set exactly to `false
json
Fixes #152
Also, that failing test is totally from the main branch
https://github.com/sindresorhus/alfy/releases/tag/v1.0.0
As I noted in #152, turning off
json: parsing
doesn't work ever since https://github.com/sindresorhus/alfy/commit/56aed04cff57d49635a8182af8aa696c70852bfaThis puts it back, while (hopefully) not breaking json requests - it activates only if the option
json
is set exactly to `falseFixes #152