Honey I broke mass duplicator

This commit is contained in:
Cohee 2024-03-28 01:15:14 +02:00
parent 6ed604593c
commit 6ca2111ef6
1 changed files with 1 additions and 1 deletions

View File

@ -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) {