Compare commits

...

3 Commits

View File

@ -54,9 +54,6 @@ export const handler = async (req, res) => {
function modifyObj(obj) {
if ("queryID" in obj) {
delete obj["queryID"];
}
}
@ -75,3 +72,6 @@ Method for generating 256 hash code for a String: