express-joi
express-joi copied to clipboard
from.hasOwnProperty is not a function
Hello. Got an error: from.hasOwnProperty is not a function
Possible solution is to change 'from.hasOwnProperty" to "Object.prototype.hasOwnProperty.call(from, key)" PS: Could any one say what i'm doing wrong ? thx
app.use(express.urlencoded({extended: true}))