code update recorded at: 04/04/25 04:22:11

This commit is contained in:
Lalit Mohan Kalpasi 2025-04-04 04:22:11 +00:00
parent 8ea1b0d3f4
commit 03d74cd36c

View File

@ -53,10 +53,10 @@ export const handler = async (req, res) => {
// BOILER_CODE_END
function modifyObj(obj) {
throw new EventNotSupportedException('not supported');
if (obj.properties && "queryID" in obj.properties) {
delete obj.properties.queryID;
}}
}
/*
Exceptions available:
@ -74,3 +74,4 @@ Method for generating 256 hash code for a String: