mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Fixed typo
This commit is contained in:
parent
90f64bf212
commit
2e051fb271
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Reference in a new issue