code update recorded at: 04/04/25 07:43:05
This commit is contained in:
parent
7ec91f3312
commit
2ce822ee09
|
|
@ -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
|
||||||
|
|
||||||
}
|
}
|
||||||
//else {
|
//else {
|
||||||
// throw new Error("'properties.index' is required but missing...");
|
// throw new Error("'properties.index' is required but missing...");
|
||||||
|
|
@ -67,8 +67,6 @@ function modifyObj(obj) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Exceptions available:
|
Exceptions available:
|
||||||
throw new EventNotSupportedException('your message here');
|
throw new EventNotSupportedException('your message here');
|
||||||
|
|
@ -84,3 +82,4 @@ Method for generating 256 hash code for a String:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user