Answers for "formularioAssertionError [ERR_ASSERTION]: Missing where attribute in the options parameter"

0

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) {} )
Posted by: Guest on November-19-2020

Code answers related to "formularioAssertionError [ERR_ASSERTION]: Missing where attribute in the options parameter"

Browse Popular Code Answers by Language