From 242e8c198b0468d5d1a33b9c579735cee8613bcf Mon Sep 17 00:00:00 2001 From: AmirHossein Mahmoodi Date: Tue, 29 Apr 2025 14:18:25 +0330 Subject: [PATCH] change event name --- src/notifications/notification.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', }); } }