Skip to content

Commit

Permalink
Update app/mainAppWindow/index.js
Browse files Browse the repository at this point in the history
Co-authored-by: IsmaelMartinez <ISMAELMARTINEZ@GMAIL.COM>
  • Loading branch information
93Sprinter and IsmaelMartinez authored Dec 18, 2023
1 parent ee3d78b commit c89fa05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/mainAppWindow/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ async function handleOnIncomingCallCreated(e, data) {
}
}

async function incomingCallCommandKill() {
async function incomingCallCommandTerminate() {
if (incomingCallCommandProcess) {
incomingCallCommandProcess.kill('SIGTERM');
incomingCallCommandProcess = null;
Expand Down

0 comments on commit c89fa05

Please sign in to comment.