forked from Yara724/api
Fix
This commit is contained in:
@@ -381,6 +381,8 @@ export class ExpertBlameService {
|
||||
firstParty: statementToFormKey(firstParty?.statement) ?? "",
|
||||
secondParty: statementToFormKey(secondParty?.statement) ?? "",
|
||||
},
|
||||
firstPartyVehicle: doc.parties[0]?.person?.vehicle?.name,
|
||||
secondPartyVehicle: doc.parties[1]?.person?.vehicle?.name,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user