अगर result
एक JSON स्ट्रिंग है, जो .round
calling को कॉल कर रही है undefined
लौटाएगा ।
पहले JSON को जावास्क्रिप्ट ऑब्जेक्ट में बदलने का प्रयास करें:
result = JSON.parse(result);
models.Round.findById(result.round, function(err, roundref){
console.log(roundref);