mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
@@ -569,7 +569,7 @@ jQuery(function () {
|
||||
|
||||
// Ignore errors from here
|
||||
try {
|
||||
settings.json_schema = JSON.parse(json_schema_string ?? "{}");
|
||||
settings.json_schema = JSON.parse(json_schema_string ?? '{}');
|
||||
} catch {}
|
||||
saveSettingsDebounced();
|
||||
});
|
||||
|
Reference in New Issue
Block a user