diff --git a/src/stats.ts b/src/stats.ts index 71124961..256c570e 100644 --- a/src/stats.ts +++ b/src/stats.ts @@ -264,6 +264,7 @@ function refreshAuthorStatsDebounced(pubkey: string): void { } refreshedAuthors.set(pubkey, true); + debug('refreshing author stats:', pubkey); authorStatsSemaphore .lock(() => refreshAuthorStats(pubkey).catch(() => {}));