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…
Reference in New Issue