VictorySolo / candy-castle

0 stars 0 forks source link

fix cartController #78

Closed mflopp closed 4 hours ago

mflopp commented 4 hours ago

2 errors: unreadable client response adding in the cart more than product amount if the product is already in the cart add: // -- Validate the ID format if (!mongoose.Types.ObjectId.isValid(id)) { return next(new HttpError("Invalid customer ID format", 400)); }

mflopp commented 4 hours ago

fixed according to the task