Natural Code
Results
1
issues of
Natural Code
Hi. i broke my head. I have this: `this.req.models.Tour.findByInfo({ Charter: this.req.query.Charter, }, { autoFetch: false }).where("Active = 1",(err, tours) => { this.res.end(JSON.stringify(tours)) })` This is what I get. At the...