Another very idiotic bug

This commit is contained in:
pedrocx486 2025-01-27 23:56:19 -03:00
parent 36cbec6c3d
commit 433670ca94

View file

@ -33,7 +33,7 @@ const sendRumor = async () => {
headers: { headers: {
'Content-Type': 'application/json', 'Content-Type': 'application/json',
}, },
body: JSON.stringify({ partyLine: partyLine.value, rumor: rumor.value }), body: JSON.stringify({ partyLine: partyLineModel.value, rumor: rumor.value }),
}); });
if (response.ok) { if (response.ok) {