From 433670ca94a714d8702878d43fd7f415c84e6888 Mon Sep 17 00:00:00 2001 From: pedrocx486 Date: Mon, 27 Jan 2025 23:56:19 -0300 Subject: [PATCH] Another very idiotic bug --- client/src/components/SendRumor.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {