reporter_year.js | ●●●●● patch | view | raw | blame | history |
reporter_year.js
@@ -29,6 +29,7 @@ var email = doc.email; console.log(year + ' | ' + month + ' | ' + userID + ' | ' + email); sendReport(userID, year, month, email); //process.exit(); }); }); @@ -82,4 +83,4 @@ }); } }); }; };