From f2de85078721526230c731d2bd1b23dceaf1eea3 Mon Sep 17 00:00:00 2001 From: Lalit Mohan Kalpasi Date: Thu, 3 Apr 2025 12:24:50 +0000 Subject: [PATCH] code update recorded at: 03/04/25 12:24:50 --- handler.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/handler.js b/handler.js index 96232d0..53606ec 100644 --- a/handler.js +++ b/handler.js @@ -53,7 +53,7 @@ export const handler = async (req, res) => { // BOILER_CODE_END function modifyObj(obj) { - + if ("queryID" in obj) { delete obj["queryID"]; } @@ -74,3 +74,4 @@ Method for generating 256 hash code for a String: +