mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
lint: Comma dangle
This commit is contained in:
@ -137,7 +137,7 @@ class PresetManager {
|
||||
const res = await fetch('/api/presets/save', {
|
||||
method: 'POST',
|
||||
headers: getRequestHeaders(),
|
||||
body: JSON.stringify({ preset, name, apiId: this.apiId })
|
||||
body: JSON.stringify({ preset, name, apiId: this.apiId }),
|
||||
});
|
||||
|
||||
if (!res.ok) {
|
||||
|
Reference in New Issue
Block a user