mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 16:50:39 +00:00
linting
This commit is contained in:
@@ -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`);
|
||||||
|
|||||||
Reference in New Issue
Block a user