From 03d74cd36c7dfecb47466e499b3620808e6f5fb3 Mon Sep 17 00:00:00 2001 From: Lalit Mohan Kalpasi Date: Fri, 4 Apr 2025 04:22:11 +0000 Subject: [PATCH] code update recorded at: 04/04/25 04:22:11 --- handler.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/handler.js b/handler.js index a1252eb..e8b7b4a 100644 --- a/handler.js +++ b/handler.js @@ -53,10 +53,10 @@ export const handler = async (req, res) => { // BOILER_CODE_END function modifyObj(obj) { - - if (obj.properties && "queryID" in obj.properties) { - delete obj.properties.queryID; - }} + throw new EventNotSupportedException('not supported'); + + +} /* Exceptions available: @@ -74,3 +74,4 @@ Method for generating 256 hash code for a String: +