0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Fixed typo

This commit is contained in:
Daniel Lockyer 2023-02-27 15:00:18 +01:00
parent 90f64bf212
commit 2e051fb271
No known key found for this signature in database

View file

@ -249,7 +249,7 @@ module.exports = class EmailAnalyticsService {
await provider.fetchLatest(processBatch, {begin, end, maxEvents});
}
logging.info('[EmailAnalytics] Fetching finshed');
logging.info('[EmailAnalytics] Fetching finished');
} catch (err) {
if (err.message !== 'Fetching canceled') {
logging.error('[EmailAnalytics] Error while fetching');