Rajib Bajracharya

Results 2 issues of Rajib Bajracharya

Reproduction: Using a basic express prototype: ```js router.post( '/', bodymen.middleware({ fieldA: { type: String, required: true }, fieldB: { type: String, required: "randomstring" }, fieldC: { type: String, required: ()...

**I was trying to...** I need to group validations such as `{ groups: ["update", "create"] }`. So each property required a `{ always: true }` so that the property is...

type: question