mirror of
				https://github.com/SillyTavern/SillyTavern.git
				synced 2025-06-05 21:59:27 +02:00 
			
		
		
		
	Enable no-self-assign lint
This commit is contained in:
		@@ -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()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user