code update recorded at: 04/04/25 07:43:09
This commit is contained in:
parent
2ce822ee09
commit
ef85af8369
|
|
@ -57,6 +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"
|
||||
|
||||
}
|
||||
//else {
|
||||
|
|
@ -67,6 +68,8 @@ function modifyObj(obj) {
|
|||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/*
|
||||
Exceptions available:
|
||||
throw new EventNotSupportedException('your message here');
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user