This commit is contained in:
Thommy Bucaille 2024-04-06 01:31:56 +02:00
parent efe9d2bd49
commit d8b9a201db
1 changed files with 0 additions and 1 deletions

View File

@ -241,7 +241,6 @@ View::set('title', __('home'));
// Then parse each message
// Splitting the chunk into messages
console.log(textDecoder.decode(value));
const json_responses = (textDecoder.decode(value)).split('::end::');
// Parsing each message