more
This commit is contained in:
@@ -145,15 +145,8 @@ const CaseDetailsPage = () => {
|
||||
);
|
||||
if (docType === "complaint") {
|
||||
const clientPosition = subCase.clientPosition;
|
||||
generateOutgoingDiscoveryRequests(docId, radioValue, clientPosition);
|
||||
setTimeout(handleNavEdit, 20000, docId, caseId);
|
||||
const res = await generateOutgoingDiscoveryRequests(
|
||||
docId,
|
||||
radioValue,
|
||||
clientPosition
|
||||
);
|
||||
console.log(
|
||||
"res in generateOutgoingDiscoveryRequests------------------->"
|
||||
);
|
||||
} else {
|
||||
// try to kick off parsing here
|
||||
setTimeout(handleNavigate, 40000, docId, caseId);
|
||||
|
||||
Reference in New Issue
Block a user