Enable no-self-assign lint

This commit is contained in:
valadaptive
2023-12-02 09:18:49 -05:00
parent c05aee8e72
commit 9204a31d32
3 changed files with 1 additions and 3 deletions

View File

@@ -115,7 +115,6 @@ class ElevenLabsTtsProvider {
await this.fetchTtsVoiceObjects().catch(error => {
throw `TTS API key validation failed`
})
this.settings.apiKey = this.settings.apiKey
console.debug(`Saved new API_KEY: ${this.settings.apiKey}`)
$('#tts_status').text('')
this.onSettingsChange()