fix linting error from PR

This commit is contained in:
Dave Horton
2024-08-20 08:36:24 -04:00
parent f95d8639be
commit 2790e6d9ad

View File

@@ -19,7 +19,7 @@ class TtsTask extends Task {
super.exec(cs);
if (cs.synthesizer) {
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) {
const newValue = this.data.synthesizer && this.data.synthesizer[k] !== undefined ?
this.data.synthesizer[k] :