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.
|
||||
if (!isResendUpload) {
|
||||
// Initial flow: each document once. Expert resend and v3 in-person: allow replacement.
|
||||
if (!isResendUpload && !options?.v3InPersonFlow) {
|
||||
const existingDoc =
|
||||
(claimCase.requiredDocuments as any)?.get?.(body.documentKey) ??
|
||||
(claimCase.requiredDocuments as any)?.[body.documentKey];
|
||||
|
||||
Reference in New Issue
Block a user