forked from Yara724/api
Fixed DTO
This commit is contained in:
@@ -599,7 +599,7 @@ export class ExpertBlameService {
|
|||||||
|
|
||||||
// Exclude mapped inquiry vehicle for both parties from response
|
// Exclude mapped inquiry vehicle for both parties from response
|
||||||
for (const party of parties) {
|
for (const party of parties) {
|
||||||
delete party.vehicle;
|
delete (party.vehicle as any).inquiry;
|
||||||
}
|
}
|
||||||
|
|
||||||
return doc;
|
return doc;
|
||||||
|
|||||||
Reference in New Issue
Block a user