Compare commits

..

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

View File

@ -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.tranformationStatus = "success"
obj.properties.tranformationStatus="success"
}
//else {
@ -86,4 +86,3 @@ Method for generating 256 hash code for a String: