adjust query for details in appeal only active

This commit is contained in:
2022-08-02 12:11:33 +01:00
parent 402cd4938f
commit 1609e5f12d
5 changed files with 12 additions and 5 deletions
@@ -29,7 +29,7 @@ export default async function ApiProxy(req, res) {
var queryUrl =
"pinswg_dnses?$filter=pinswg_name eq '" +
caseReference +
"'&$count=true";
" and statuscode eq 1&$count=true";
queryUrl = queryUrl + getSelectQuery("pinswg_dnses");