mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-27 10:42:45 +03:00
Fixed misleading emailAnalytics.fetchLatest debug statement
This commit is contained in:
parent
a84ec49854
commit
2b747e6b53
@ -45,7 +45,7 @@ class EmailAnalyticsService {
|
|||||||
|
|
||||||
const emailCount = await this.db.knex('emails').count();
|
const emailCount = await this.db.knex('emails').count();
|
||||||
if (emailCount <= 0) {
|
if (emailCount <= 0) {
|
||||||
debug('fetchAll: skipping - no emails to track');
|
debug('fetchLatest: skipping - no emails to track');
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user