Added CSV export of subscribers

Fixed some bugs in subscriptions
Updated some packages to avoid warnings about vulnerabilities
Completed RSS feed campaigns
This commit is contained in:
Tomas Bures 2018-11-17 02:54:23 +01:00
parent 8683f8c91e
commit bf69e633c4
47 changed files with 5255 additions and 9651 deletions

View file

@ -88,7 +88,7 @@ async function tryStartWorkers() {
startWorker(report);
} else {
log.info('ReportProcessor', 'No more report to start a worker for');
log.info('ReportProcessor', 'No more reports to start a worker for');
break;
}
}