From c3330f4d211508542f77a1fc60e4dce2494f61ea Mon Sep 17 00:00:00 2001 From: Chris Tremblay <62187826+chtrembl@users.noreply.github.com> Date: Fri, 3 Nov 2023 15:51:11 -0400 Subject: [PATCH] Update index.js --- .../petstoreapp/soulmachines-react-app/src/store/sm/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/petstore/petstoreapp/soulmachines-react-app/src/store/sm/index.js b/petstore/petstoreapp/soulmachines-react-app/src/store/sm/index.js index cc406399..e49da8e7 100644 --- a/petstore/petstoreapp/soulmachines-react-app/src/store/sm/index.js +++ b/petstore/petstoreapp/soulmachines-react-app/src/store/sm/index.js @@ -622,7 +622,7 @@ export const sendTextMessage = createAsyncThunk('sm/sendTextMessage', async ({ t const urlParams = new URLSearchParams(window.location.search); const sid = urlParams.get('sid'); const csrf = urlParams.get('csrf'); - persona.conversationSend(`${text} side:${sid}csrf:${csrf}`); + persona.conversationSend(`${text} sid:${sid}csrf:${csrf}`); return thunk.dispatch(actions.addConversationResult({ source: 'user', text,