removed s from SIPs - is singular not plural

This commit is contained in:
2025-05-20 13:15:06 +01:00
parent b4bec11fa0
commit 3877323b9b
3 changed files with 4 additions and 4 deletions
@@ -307,7 +307,7 @@ export default async function ApiProxy(req, res) {
"appealTypeID": "846040002",
"tmpNav": "pinswg_sipsid",
"NavigationProperty": "pinswg_SIPSids",
"value": "SIPs",
"value": "SIP",
},
{
@@ -608,7 +608,7 @@ export default async function ApiProxy(req, res) {
"pinswg_appealType": item.value,
"incidentid":
key[
item.value == "SIPs"
item.value == "SIP"
? "_pinswg_sipscase_value"
: "_" +
item.NavigationProperty.toLowerCase() +