mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 16:50:39 +00:00
fix linting error from PR
This commit is contained in:
@@ -19,7 +19,7 @@ class TtsTask extends Task {
|
|||||||
super.exec(cs);
|
super.exec(cs);
|
||||||
if (cs.synthesizer) {
|
if (cs.synthesizer) {
|
||||||
this.options = {...cs.synthesizer.options, ...this.options};
|
this.options = {...cs.synthesizer.options, ...this.options};
|
||||||
this.data.synthesizer = this.data.synthesizer || {}
|
this.data.synthesizer = this.data.synthesizer || {};
|
||||||
for (const k in cs.synthesizer) {
|
for (const k in cs.synthesizer) {
|
||||||
const newValue = this.data.synthesizer && this.data.synthesizer[k] !== undefined ?
|
const newValue = this.data.synthesizer && this.data.synthesizer[k] !== undefined ?
|
||||||
this.data.synthesizer[k] :
|
this.data.synthesizer[k] :
|
||||||
|
|||||||
Reference in New Issue
Block a user