mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-01-20 13:38:49 +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', {
|
||||
method: 'POST',
|
||||
headers: getRequestHeaders(),
|
||||
body: JSON.stringify(),
|
||||
body: JSON.stringify(body),
|
||||
});
|
||||
|
||||
if (!result.ok) {
|
||||
|
Loading…
Reference in New Issue
Block a user