mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-01-20 21:41:32 +01:00
Format
Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
parent
4f0322351e
commit
5210db5679
@ -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();
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user