79617810

Date: 2025-05-12 12:17:09
Score: 1.5
Natty:
Report link
getCustomerById:asyncHandler<number>(async(req,res)=>{
        const {id}=req.params;
        const result=await CUSTOMER_SERVICE.getCustomerById({id})
         res.status(200).json({success:true, data:result})
    }),
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user30514578