document link disable
This commit is contained in:
+2
-1
@@ -492,6 +492,7 @@ export const getAppealID = (
|
||||
caseReference
|
||||
)
|
||||
.then((res) => {
|
||||
console.log(res.data);
|
||||
var appealID = res.data.value[0][primaryAttribute];
|
||||
return appealID;
|
||||
})
|
||||
@@ -762,7 +763,7 @@ export const updateCase = async (
|
||||
primaryAttribute,
|
||||
caseReference
|
||||
) => {
|
||||
var data = JSON.stringify(updateBody);
|
||||
var data = updateBody;
|
||||
|
||||
var appealObj = await getAppealID(
|
||||
caseReference,
|
||||
|
||||
Reference in New Issue
Block a user