Merged PR 2250: fixed typo

Related work items: #22632
This commit is contained in:
Robert Bond
2026-04-16 10:47:54 +00:00
parent bb4c3ee054
commit c8b08a04a6
4 changed files with 39 additions and 34 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ export default async function ApiProxy(req, res) {
const token = await getToken();
const queryUrl =
"pinswg_watchlists?$count=true&$filter=pinswg_emailnotifications ne null&$expand=pinswg_Contact($select=contactid,emailaddress1)&$select=pinswg_emailnotifications,_pinswg_watchedcase_value";
"pinswg_watchlists?$count=true&$filter=pinswg_emailnotifications ne null&$expand=pinswg_Contact($select=contactid,emailaddress1)&$select=pinswg_emailnotifications,_pinswg_watchedcase_value,pinswg_appealcasetype";
try {
const { data } = await axios.get(