Loading src/dlt/gateway/dltApp/src/dltGateway.js +1 −2 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
src/dlt/gateway/dltApp/src/dltGateway.js +1 −2 Original line number Diff line number Diff line Loading @@ -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 Loading