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: +