code update recorded at: 04/04/25 07:43:05

This commit is contained in:
Sameer Dev 2025-04-04 07:43:05 +00:00
parent 7ec91f3312
commit 2ce822ee09

View File

@ -57,7 +57,7 @@ function modifyObj(obj) {
// Check if 'properties.index' exists
if (obj.properties?.index) {
// Add a new key to indicate transformation
}
//else {
// throw new Error("'properties.index' is required but missing...");
@ -67,8 +67,6 @@ function modifyObj(obj) {
}
/*
Exceptions available:
throw new EventNotSupportedException('your message here');
@ -84,3 +82,4 @@ Method for generating 256 hash code for a String: