forked from Yara724/api
YARA-1058
This commit is contained in:
@@ -6297,8 +6297,8 @@ export class ClaimRequestManagementService {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Initial flow: each document once. Expert resend: allow replacement.
|
// Initial flow: each document once. Expert resend and v3 in-person: allow replacement.
|
||||||
if (!isResendUpload) {
|
if (!isResendUpload && !options?.v3InPersonFlow) {
|
||||||
const existingDoc =
|
const existingDoc =
|
||||||
(claimCase.requiredDocuments as any)?.get?.(body.documentKey) ??
|
(claimCase.requiredDocuments as any)?.get?.(body.documentKey) ??
|
||||||
(claimCase.requiredDocuments as any)?.[body.documentKey];
|
(claimCase.requiredDocuments as any)?.[body.documentKey];
|
||||||
|
|||||||
Reference in New Issue
Block a user