79604142

Date: 2025-05-02 21:35:39
Score: 1
Natty:
Report link

Add this to make it writable:

app.use((req, res, next) => {
      Object.defineProperty(req, 'query', { ...Object.getOwnPropertyDescriptor(req, 'query'), value: req.query, writable: true });
});
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: zecat