mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-01 11:56:48 +01:00
Honey I broke mass duplicator
This commit is contained in:
parent
6ed604593c
commit
6ca2111ef6
@ -57,7 +57,7 @@ class CharacterContextMenu {
|
|||||||
const result = await fetch('/api/characters/duplicate', {
|
const result = await fetch('/api/characters/duplicate', {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
headers: getRequestHeaders(),
|
headers: getRequestHeaders(),
|
||||||
body: JSON.stringify(),
|
body: JSON.stringify(body),
|
||||||
});
|
});
|
||||||
|
|
||||||
if (!result.ok) {
|
if (!result.ok) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user