code update recorded at: 03/04/25 12:28:14
This commit is contained in:
parent
f2de850787
commit
8ea1b0d3f4
|
|
@ -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:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user