From 130537bcd9b71c7e3e880458a79b7426f5380099 Mon Sep 17 00:00:00 2001
From: diazjj <jjdiaz@cttc.es>
Date: Tue, 9 Jul 2024 10:53:00 +0200
Subject: [PATCH] Updated event handling on dltGateway

---
 src/dlt/gateway/dltApp/src/dltGateway.js | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/dlt/gateway/dltApp/src/dltGateway.js b/src/dlt/gateway/dltApp/src/dltGateway.js
index 8c9e79663..eee51f355 100644
--- a/src/dlt/gateway/dltApp/src/dltGateway.js
+++ b/src/dlt/gateway/dltApp/src/dltGateway.js
@@ -170,8 +170,7 @@ function subscribeToDlt(call) {
               domain_uuid: { uuid: eventJson.record_id.domain_uuid.uuid },
               type: eventJson.record_id.type || 'DLTRECORDTYPE_UNDEFINED',
               record_uuid: { uuid: eventJson.record_id.record_uuid.uuid }
-            },
-            data_json: JSON.stringify(eventJson)
+            }
           });
           
           // Check if the internal buffer is full
-- 
GitLab