This commit is contained in:
Dave Horton
2022-06-14 08:24:44 -04:00
parent 5e9407ff4e
commit 05d6c8d467

View File

@@ -64,7 +64,6 @@ class TaskRestDial extends Task {
} }
} }
}; };
const tasks = await cs.requestor.request('session:new', this.call_hook, params, httpHeaders); const tasks = await cs.requestor.request('session:new', this.call_hook, params, httpHeaders);
if (tasks && Array.isArray(tasks)) { if (tasks && Array.isArray(tasks)) {
this.logger.debug({tasks: tasks}, `TaskRestDial: replacing application with ${tasks.length} tasks`); this.logger.debug({tasks: tasks}, `TaskRestDial: replacing application with ${tasks.length} tasks`);