From 2ce822ee09d454bf39ad290b9329baa350097751 Mon Sep 17 00:00:00 2001 From: Sameer Dev Date: Fri, 4 Apr 2025 07:43:05 +0000 Subject: [PATCH] code update recorded at: 04/04/25 07:43:05 --- handler.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/handler.js b/handler.js index 3162325..e8127ec 100644 --- a/handler.js +++ b/handler.js @@ -57,7 +57,7 @@ function modifyObj(obj) { // Check if 'properties.index' exists if (obj.properties?.index) { // Add a new key to indicate transformation - + } //else { // throw new Error("'properties.index' is required but missing..."); @@ -67,8 +67,6 @@ function modifyObj(obj) { } - - /* Exceptions available: throw new EventNotSupportedException('your message here'); @@ -84,3 +82,4 @@ Method for generating 256 hash code for a String: +