code update recorded at: 04/04/25 06:35:11
This commit is contained in:
parent
c61f41be0c
commit
7ec91f3312
|
|
@ -57,7 +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.transformationStatus = "success";
|
|
||||||
}
|
}
|
||||||
//else {
|
//else {
|
||||||
// throw new Error("'properties.index' is required but missing...");
|
// throw new Error("'properties.index' is required but missing...");
|
||||||
|
|
@ -83,3 +83,4 @@ Method for generating 256 hash code for a String:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user