adjusted query typo
This commit is contained in:
@@ -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 +
|
||||||
|
|||||||
Reference in New Issue
Block a user