Compare commits
2 Commits
04-04-25-2
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
78e4445666 | ||
|
|
ef85af8369 |
|
|
@ -57,6 +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"
|
||||||
|
|
||||||
}
|
}
|
||||||
//else {
|
//else {
|
||||||
|
|
@ -67,6 +68,8 @@ function modifyObj(obj) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Exceptions available:
|
Exceptions available:
|
||||||
throw new EventNotSupportedException('your message here');
|
throw new EventNotSupportedException('your message here');
|
||||||
|
|
@ -83,3 +86,4 @@ Method for generating 256 hash code for a String:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user