reporter_year.js @@ -29,6 +29,7 @@ var email = doc.email; console.log(year + ' | ' + month + ' | ' + userID + ' | ' + email); sendReport(userID, year, month, email); //process.exit(); }); });