From 7ec91f3312eb3cca8b2df92befae421ee32b86a0 Mon Sep 17 00:00:00 2001 From: Lalit Mohan Kalpasi Date: Fri, 4 Apr 2025 06:35:11 +0000 Subject: [PATCH] code update recorded at: 04/04/25 06:35:11 --- handler.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/handler.js b/handler.js index 2d062ba..3162325 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 - obj.properties.transformationStatus = "success"; + } //else { // throw new Error("'properties.index' is required but missing..."); @@ -83,3 +83,4 @@ Method for generating 256 hash code for a String: +