Rudy Schockaert
Results
2
issues of
Rudy Schockaert
When trying to enter my birthday using the keyboard, I can enter the day and month but never the year. The most I could enter was 19 which shows the...
``` js requests.findAndModify({ query: {status: 'new'}, update: {$set: {status: 'open'}}, new: true }).then( function (doc) { console.log('Validating request : ' + doc[0]._id); }).catch(function (err) { console.log(err); }); ``` Hi, according...