Compare commits

...

4 Commits

View File

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