result
の場合 はJSON文字列で、.round
を呼び出します undefined
を返します 。
最初にJSONをjavascriptオブジェクトに変換してみてください:
result = JSON.parse(result);
models.Round.findById(result.round, function(err, roundref){
console.log(roundref);
result
の場合 はJSON文字列で、.round
を呼び出します undefined
を返します 。
最初にJSONをjavascriptオブジェクトに変換してみてください:
result = JSON.parse(result);
models.Round.findById(result.round, function(err, roundref){
console.log(roundref);