Compare commits
4 Commits
03-04-25-c
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
78e4445666 | ||
|
|
ef85af8369 | ||
|
|
2ce822ee09 | ||
|
|
7ec91f3312 |
|
|
@ -57,7 +57,8 @@ 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";
|
obj.properties.tranformationStatus = "success"
|
||||||
|
|
||||||
}
|
}
|
||||||
//else {
|
//else {
|
||||||
// throw new Error("'properties.index' is required but missing...");
|
// throw new Error("'properties.index' is required but missing...");
|
||||||
|
|
@ -83,3 +84,6 @@ Method for generating 256 hash code for a String:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user