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