Loading src/dlt/gateway/dltApp/src/dltGateway.js +1 −0 Original line number Diff line number Diff line Loading @@ -104,6 +104,7 @@ async function getFromDlt(call, callback) { } catch (error) { if (error.message.includes("data not found for key")) { // Return an empty response when no record is found console.log("REQUEST ERROR:", error); callback(null, { record_id: call.request, data_json: "" }); } else { // Send failure response with error message Loading Loading
src/dlt/gateway/dltApp/src/dltGateway.js +1 −0 Original line number Diff line number Diff line Loading @@ -104,6 +104,7 @@ async function getFromDlt(call, callback) { } catch (error) { if (error.message.includes("data not found for key")) { // Return an empty response when no record is found console.log("REQUEST ERROR:", error); callback(null, { record_id: call.request, data_json: "" }); } else { // Send failure response with error message Loading