diff --git a/client/src/components/SendRumor.vue b/client/src/components/SendRumor.vue index ffd7abc..15fa47f 100644 --- a/client/src/components/SendRumor.vue +++ b/client/src/components/SendRumor.vue @@ -33,7 +33,7 @@ const sendRumor = async () => { headers: { '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) {