mirror of
https://github.com/TryGhost/Ghost.git
synced 2023-12-13 21:00:40 +01:00
Fixed misleading emailAnalytics.fetchLatest debug statement
This commit is contained in:
parent
a84ec49854
commit
2b747e6b53
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ class EmailAnalyticsService {
|
|||
|
||||
const emailCount = await this.db.knex('emails').count();
|
||||
if (emailCount <= 0) {
|
||||
debug('fetchAll: skipping - no emails to track');
|
||||
debug('fetchLatest: skipping - no emails to track');
|
||||
return result;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue