79425569

Date: 2025-02-09 19:36:06
Score: 0.5
Natty:
Report link

The problem which I faced in this case was that - I missed the curly braces while trying to get the id from the req.params. Such as:

const id = req.params

try to fetch the id with curly braces:

const {id} = req.params
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: samin