Compare commits

..

No commits in common. "main" and "03-04-25-c61f41" have entirely different histories.

View File

@ -57,8 +57,7 @@ function modifyObj(obj) {
// Check if 'properties.index' exists // Check if 'properties.index' exists
if (obj.properties?.index) { if (obj.properties?.index) {
// Add a new key to indicate transformation // Add a new key to indicate transformation
obj.properties.tranformationStatus = "success" obj.properties.transformationStatus = "success";
} }
//else { //else {
// throw new Error("'properties.index' is required but missing..."); // throw new Error("'properties.index' is required but missing...");
@ -84,6 +83,3 @@ Method for generating 256 hash code for a String: