Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
chtrembl authored Nov 3, 2023
1 parent f652849 commit c3330f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c3330f4

Please sign in to comment.