diff --git a/docs/streamingapi/tutorials/get-real-time-sentiment-analysis.md b/docs/streamingapi/tutorials/get-real-time-sentiment-analysis.md index d8d64972..180f15b1 100644 --- a/docs/streamingapi/tutorials/get-real-time-sentiment-analysis.md +++ b/docs/streamingapi/tutorials/get-real-time-sentiment-analysis.md @@ -346,7 +346,6 @@ if (data.type === 'message' && data.message.hasOwnProperty('data')) { request.send() } -}; if (data.type === 'message_response') { for (let message of data.messages) { console.log('Transcript (more accurate): ', message.payload.content); @@ -433,4 +432,4 @@ const handleSuccess = (stream) => { handleSuccess(stream); ``` -If you properly implemented the code, the code runs successfully in the browser! \ No newline at end of file +If you properly implemented the code, the code runs successfully in the browser!