adjusted query typo

This commit is contained in:
2025-07-03 12:44:09 +01:00
parent d59290364d
commit 12a6e15a40
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ export default async function ApiProxy(req, res) {
searchString + searchString +
"')) and pinswg_appealcasetype ne null " + "')) and pinswg_appealcasetype ne null " +
(process.env.SHOWSIPS !== "true" (process.env.SHOWSIPS !== "true"
? "and pinswg_appealcasetype ne 846040002" ? "and pinswg_appealcasetype ne 846040002 "
: "") + : "") +
"and pinswg_publishtoweb eq true&$orderby=createdon desc&$count=true"; "and pinswg_publishtoweb eq true&$orderby=createdon desc&$count=true";
@@ -85,7 +85,7 @@ export default async function ApiProxy(req, res) {
searchString + searchString +
"')) and pinswg_appealcasetype ne null " + "')) and pinswg_appealcasetype ne null " +
(process.env.SHOWSIPS !== "true" (process.env.SHOWSIPS !== "true"
? "and pinswg_appealcasetype ne 846040002" ? "and pinswg_appealcasetype ne 846040002 "
: "") + : "") +
"and pinswg_publishtoweb eq true&$orderby=" + "and pinswg_publishtoweb eq true&$orderby=" +
orderby + orderby +