UnhandledPromiseRejectionWarning: AssertionError [ERR_ASSERTION]: Missing where attribute in the options parameter code example
Example: formularioAssertionError [ERR_ASSERTION]: Missing where attribute in the options parameter
var values = {title: 'some title' , content : 'P' };
var condition = { where :{id: 2} };
options = { multi: true };
models.Page.update(values, condition , options)
. then(function(upresult) {} )