csp fix remove unneccessary params
This commit is contained in:
@@ -276,10 +276,7 @@ export const getPortalModuleDetailsProxy = (appealType, caseReference) => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
export const getCaseStatus = async (appealType, caseReference) => {
|
export const getCaseStatus = async (appealType, caseReference) => {
|
||||||
const route = buildFileQuery("/api/endpoint/getStatusCounts_api", {
|
const route = buildFileQuery("/api/endpoint/getStatusCounts_api", {});
|
||||||
appealType,
|
|
||||||
caseReference: encodeURI(caseReference)
|
|
||||||
});
|
|
||||||
|
|
||||||
return getJson(withBaseUrl(BASE_URL, route)).catch((error) => {
|
return getJson(withBaseUrl(BASE_URL, route)).catch((error) => {
|
||||||
consoleLogger(error);
|
consoleLogger(error);
|
||||||
|
|||||||
Reference in New Issue
Block a user