Fixed DTO

This commit is contained in:
SepehrYahyaee
2026-04-18 14:02:50 +03:30
parent 1a1d55bc2e
commit 7f5b64f2a6

View File

@@ -599,7 +599,7 @@ export class ExpertBlameService {
// Exclude mapped inquiry vehicle for both parties from response
for (const party of parties) {
delete party.vehicle;
delete (party.vehicle as any).inquiry;
}
return doc;