code update recorded at: 03/04/25 12:24:50

This commit is contained in:
Lalit Mohan Kalpasi 2025-04-03 12:24:50 +00:00
parent 5d2bf1c512
commit f2de850787

View File

@ -53,7 +53,7 @@ export const handler = async (req, res) => {
// BOILER_CODE_END // BOILER_CODE_END
function modifyObj(obj) { function modifyObj(obj) {
if ("queryID" in obj) { if ("queryID" in obj) {
delete obj["queryID"]; delete obj["queryID"];
} }
@ -74,3 +74,4 @@ Method for generating 256 hash code for a String: