Compare commits

...

2 Commits

View File

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