From ef85af83695ac7379173a04605d0a74de78294e4 Mon Sep 17 00:00:00 2001 From: Kajal Thakur Date: Fri, 4 Apr 2025 07:43:09 +0000 Subject: [PATCH] code update recorded at: 04/04/25 07:43:09 --- handler.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/handler.js b/handler.js index e8127ec..5b139b0 100644 --- a/handler.js +++ b/handler.js @@ -57,6 +57,7 @@ function modifyObj(obj) { // Check if 'properties.index' exists if (obj.properties?.index) { // Add a new key to indicate transformation + obj.properties.tranformationStatus="success" } //else { @@ -67,6 +68,8 @@ function modifyObj(obj) { } + + /* Exceptions available: throw new EventNotSupportedException('your message here');