Ghost/core/server/services/email-analytics/jobs
Kevin Ansfield a06064b115 Fixed email analytics require error
refs https://github.com/TryGhost/Ghost/pull/12541
refs https://github.com/TryGhost/Ghost/pull/12689

- the analytics job had been switched to create it's own instance of EmailAnalyticsService to avoid requiring logging but the analytics extraction branch was created before this change and wasn't picked up when merging
- pulled `queries` option object into a separate file for re-use
- updated `fetchLatest` job to conform to extracted library interface
2021-03-02 08:22:11 +00:00
..
fetch-all.js Migrated jobs to use parentPort.postMessage 2021-02-22 20:02:00 +13:00
fetch-latest.js Fixed email analytics require error 2021-03-02 08:22:11 +00:00
index.js Extracted email analytics library code to external packages (#12541) 2021-03-02 07:26:33 +00:00