fixed query url

This commit is contained in:
2025-06-30 12:43:20 +01:00
parent dfd76757ae
commit 4bf2a129de
2 changed files with 4 additions and 6 deletions
@@ -64,12 +64,7 @@ export default async function ApiProxy(req, res) {
"&$count=true";
//" and statuscode eq 1&$count=true";
queryUrl =
queryUrl +
getSelectQuery(appealTypeName) +
",_" +
primaryIdAttribute +
"s_value";
queryUrl = queryUrl + getSelectQuery(appealTypeName);
console.log(
"\n==========================================\n",