code update recorded at: 03/04/25 12:28:14

This commit is contained in:
Lalit Mohan Kalpasi 2025-04-03 12:28:14 +00:00
parent f2de850787
commit 8ea1b0d3f4

View File

@ -54,11 +54,9 @@ export const handler = async (req, res) => {
function modifyObj(obj) { function modifyObj(obj) {
if ("queryID" in obj) { if (obj.properties && "queryID" in obj.properties) {
delete obj["queryID"]; delete obj.properties.queryID;
} }}
}
/* /*
Exceptions available: Exceptions available:
@ -75,3 +73,4 @@ Method for generating 256 hash code for a String: