code update recorded at: 23/04/25 06:49:09

This commit is contained in:
Dheerendra Singh 2025-04-23 06:49:09 +00:00
parent ef85af8369
commit 78e4445666

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,3 +86,4 @@ Method for generating 256 hash code for a String: