change event name

This commit is contained in:
AmirHossein Mahmoodi
2025-04-29 14:18:25 +03:30
parent 29592d5b42
commit 242e8c198b

View File

@@ -12,7 +12,7 @@ export class NotificationService {
return await this.socketGateway.handleSendMessage({
clientsId: [notificationData.telephone_id],
message: JSON.stringify(notificationData),
event: 'answer',
event: 'call',
});
}
}