Email using bcc now, added jessica
This commit is contained in:
parent
7ca21f8e5a
commit
c1d14de8f3
6
index.js
6
index.js
@ -184,7 +184,9 @@ const menu = [
|
|||||||
{ 'name': 'Brazilian Curry Chicken', 'url': 'https://paleomg.com/brazilian-curry-chicken/' },
|
{ 'name': 'Brazilian Curry Chicken', 'url': 'https://paleomg.com/brazilian-curry-chicken/' },
|
||||||
{ 'name': 'Teriyaki Meatballs', 'url': 'https://paleogrubs.com/teriyaki-meatballs' },
|
{ 'name': 'Teriyaki Meatballs', 'url': 'https://paleogrubs.com/teriyaki-meatballs' },
|
||||||
{ 'name': 'Paleo Slow Cooker Bacon BBQ Chicken', 'url': 'https://paleogrubs.com/chicken-breast-recipes' },
|
{ 'name': 'Paleo Slow Cooker Bacon BBQ Chicken', 'url': 'https://paleogrubs.com/chicken-breast-recipes' },
|
||||||
{ 'name': 'Honey-Lime Grilled Chicken Skewers', 'url': 'https://paleogrubs.com/honey-lime-grilled-chicken-skewers' }
|
{ 'name': 'Honey-Lime Grilled Chicken Skewers', 'url': 'https://paleogrubs.com/honey-lime-grilled-chicken-skewers' },
|
||||||
|
{ 'name':'Pork Chop With Applesauce And Roasted Tomatoes', 'url':'https://paleoleap.com/pork-chop-applesauce-roasted-tomatoes/' },
|
||||||
|
{ 'name':'Slow Cooked Jerk Pork Tenderloin', 'url':'https://paleoleap.com/slow-cooked-jerk-pork-tenderloin/' }
|
||||||
];
|
];
|
||||||
|
|
||||||
// {'name':'', 'url':''}
|
// {'name':'', 'url':''}
|
||||||
@ -254,7 +256,7 @@ function doJob() {
|
|||||||
|
|
||||||
(function () {
|
(function () {
|
||||||
logger.info('Menuizer started');
|
logger.info('Menuizer started');
|
||||||
doJob();
|
// doJob();
|
||||||
}());
|
}());
|
||||||
|
|
||||||
cron.schedule('0 8 * * 6', function () {
|
cron.schedule('0 8 * * 6', function () {
|
||||||
|
Loading…
Reference in New Issue
Block a user