vkarpov15/mongo-sanitize

it doesn't work

Opened this issue · 1 comments

let mobile = sanitize(req.body.mobile);
console.log("sanitize",mobile);

and the result
sanitize {"$gt" : ""}

Here it works normally.

image
(Before sanitize and after)