mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-21 17:17:58 +00:00
linting
This commit is contained in:
@@ -421,7 +421,6 @@ class CallSession extends Emitter {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
const [tasks1, tasks2] = await Promise.all(webhooks);
|
const [tasks1, tasks2] = await Promise.all(webhooks);
|
||||||
let tasks, childTasks;
|
|
||||||
if (opts.call_hook) {
|
if (opts.call_hook) {
|
||||||
tasks = tasks1;
|
tasks = tasks1;
|
||||||
if (opts.child_call_hook) childTasks = tasks2;
|
if (opts.child_call_hook) childTasks = tasks2;
|
||||||
|
|||||||
Reference in New Issue
Block a user