Looged amazon send bulk email response, fixed some emails not sent bug
This commit is contained in:
@@ -16,6 +16,7 @@ async function processNotifications() {
|
||||
await sendBulkEmail(marketAlerts);
|
||||
} else {
|
||||
console.log("NOTIFICATION SERVICE: No new alerts");
|
||||
return;
|
||||
}
|
||||
|
||||
await db.MarketAlert.update(
|
||||
|
||||
Reference in New Issue
Block a user