chore: final cleanup
This commit is contained in:
+2
-1
@@ -1,5 +1,6 @@
|
||||
//- No-op in case this is running outside of SillyTavern
|
||||
const { extension_settings } = typeof self.SillyTavern !== 'undefined' ? self.SillyTavern.getContext() : { extension_settings: {} };
|
||||
// eslint-disable-next-line no-unused-vars
|
||||
const { extension_settings: _extension_settings } = typeof self.SillyTavern !== 'undefined' ? self.SillyTavern.getContext() : { extension_settings: {} };
|
||||
|
||||
class Internationalization {
|
||||
constructor() {
|
||||
|
||||
Reference in New Issue
Block a user