diff --git a/src/notifications/notification.service.ts b/src/notifications/notification.service.ts index 35b8e09..5fd72f3 100644 --- a/src/notifications/notification.service.ts +++ b/src/notifications/notification.service.ts @@ -12,7 +12,7 @@ export class NotificationService { return await this.socketGateway.handleSendMessage({ clientsId: [notificationData.telephone_id], message: JSON.stringify(notificationData), - event: 'answer', + event: 'call', }); } }