けんき says to YSITD
~ 36 cursor = collection.find({"id": client_upload_obj.id}); ~ 37 cursor.each(function(err, doc){ ~ 38 if(err) throw err; + 39 db_question = doc; + 40 }); + 41 console.log(db_question);