1
0
forked from Yara724/api

Fixed v4/v5 flow

This commit is contained in:
SepehrYahyaee
2026-07-22 17:22:27 +03:30
parent 2c1cd93dd0
commit 7a4277f8b2
3 changed files with 22 additions and 5 deletions

View File

@@ -88,7 +88,7 @@ export class FileMakerBlameV5Controller {
) {
return this.requestManagementService.createExpertInitiatedBlameV2(
fileMaker,
{ ...dto, creationMethod: CreationMethod.IN_PERSON },
{ ...dto, creationMethod: CreationMethod.IN_PERSON, requiresFileMakerApproval: true },
);
}