From 9c38d30932405f9edcd76d3dbb37f1b190f59fed Mon Sep 17 00:00:00 2001 From: BGV <26331505+bgv2@users.noreply.github.com> Date: Sun, 30 Mar 2025 02:12:44 -0400 Subject: [PATCH] changed message --- React/src/app/call/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/React/src/app/call/page.tsx b/React/src/app/call/page.tsx index 5a76e36..1597927 100644 --- a/React/src/app/call/page.tsx +++ b/React/src/app/call/page.tsx @@ -21,7 +21,7 @@ const CallPage = () => { "Content-Type": "application/json", }, body: JSON.stringify({ - message: `yo i need help`, + message: `John Smith needs help.`, }), });