Merge branch 'main' into 587-issue---refactor-delete-dialog-logic

This commit is contained in:
yassinedorbozgithub
2025-01-23 14:31:42 +01:00
2 changed files with 6 additions and 2 deletions

View File

@@ -258,7 +258,6 @@ export class ChatService {
if (!subscriber) {
const subscriberData = await handler.getSubscriberData(event);
this.eventEmitter.emit('hook:stats:entry', 'new_users', 'New users');
subscriberData.channel = event.getChannelData();
subscriber = await this.subscriberService.create(subscriberData);