mirror of
				https://github.com/SillyTavern/SillyTavern.git
				synced 2025-06-05 21:59:27 +02:00 
			
		
		
		
	add missing semicolon
This commit is contained in:
		| @@ -63,7 +63,7 @@ export class SlashCommandHandler { | ||||
|                     ...otherQrs.map(x => new SlashCommandEnumValue(`${x.set.name}.${x.qr.label}`, `${x.qr.title || x.qr.message}`, enumTypes.qr, enumIcons.qr)), | ||||
|                 ]; | ||||
|             }, | ||||
|         } | ||||
|         }; | ||||
|  | ||||
|         window['qrEnumProviderExecutables'] = localEnumProviders.qrExecutables; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user