Another very idiotic bug
This commit is contained in:
parent
36cbec6c3d
commit
433670ca94
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue