Open ammyroy119 opened 1 month ago
Description:
This pull request addresses the compatibility issue between this module and Express 5.x.x, specifically regarding the read-only nature of req.query in the newer Express version.
req.query
Thanks for your contribution!
Ideally we'd have some tests that verify the behaviour. Can you add some?
Description:
This pull request addresses the compatibility issue between this module and Express 5.x.x, specifically regarding the read-only nature of
req.query
in the newer Express version.