fix: remove unsued subscriber

This commit is contained in:
yassinedorbozgithub 2025-05-08 15:12:26 +01:00
parent 55e7f89fc0
commit 3f452c82ec

View File

@ -95,7 +95,6 @@ export class BotStatsService extends BaseService<BotStats> {
'hook:stats:entry',
BotStatsType.retention,
'Retentioned users',
subscriber,
);
}
}