diff --git a/src/services/dto/dto-agent.ts b/src/services/dto/dto-agent.ts index ca2e2081..b761488f 100644 --- a/src/services/dto/dto-agent.ts +++ b/src/services/dto/dto-agent.ts @@ -44,6 +44,7 @@ export function dtoAgentGet( export function dtoOpportunityAgent(agent: Agent): ApiOpportunityAgent { return { + id: agent.id, type: agent.type, name: agent.title, address: serializeAddress(agent.representative?.person?.address),