From c89fa0523bf3caeb97e0b8d3d39102c9f826ea0e Mon Sep 17 00:00:00 2001 From: 93Sprinter <94866626+93Sprinter@users.noreply.github.com> Date: Mon, 18 Dec 2023 17:34:41 +0100 Subject: [PATCH] Update app/mainAppWindow/index.js Co-authored-by: IsmaelMartinez --- app/mainAppWindow/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/mainAppWindow/index.js b/app/mainAppWindow/index.js index 53524b32..6edd6548 100644 --- a/app/mainAppWindow/index.js +++ b/app/mainAppWindow/index.js @@ -516,7 +516,7 @@ async function handleOnIncomingCallCreated(e, data) { } } -async function incomingCallCommandKill() { +async function incomingCallCommandTerminate() { if (incomingCallCommandProcess) { incomingCallCommandProcess.kill('SIGTERM'); incomingCallCommandProcess = null;