mirror of
				https://github.com/SillyTavern/SillyTavern.git
				synced 2025-06-05 21:59:27 +02:00 
			
		
		
		
	[chore] Fix lint errors
This commit is contained in:
		@@ -1,8 +1,6 @@
 | 
			
		||||
import {
 | 
			
		||||
    saveSettingsDebounced,
 | 
			
		||||
    systemUserName,
 | 
			
		||||
    hideSwipeButtons,
 | 
			
		||||
    showSwipeButtons,
 | 
			
		||||
    getRequestHeaders,
 | 
			
		||||
    event_types,
 | 
			
		||||
    eventSource,
 | 
			
		||||
@@ -2210,7 +2208,7 @@ function processReply(str) {
 | 
			
		||||
    str = str.replaceAll('“', '');
 | 
			
		||||
    str = str.replaceAll('\n', ', ');
 | 
			
		||||
    str = str.normalize('NFD');
 | 
			
		||||
    str = str.replace(/[^a-zA-Z0-9\.,:_(){}<>[\]\-']+/g, ' ');
 | 
			
		||||
    str = str.replace(/[^a-zA-Z0-9.,:_(){}<>[\]\-']+/g, ' ');
 | 
			
		||||
    str = str.replace(/\s+/g, ' '); // Collapse multiple whitespaces into one
 | 
			
		||||
    str = str.trim();
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user