diff --git a/src/dlt/gateway/dltApp/src/dltGateway.js b/src/dlt/gateway/dltApp/src/dltGateway.js index 8c9e796636706516bbce73178c8d3ba2abb01f1c..eee51f355e1481f974395dd277e2cdc749d414df 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