We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 90cf16a + 2ca4baa commit a6b69fdCopy full SHA for a6b69fd
apps/agent-service/src/agent-service.service.ts
@@ -105,7 +105,7 @@ export class AgentServiceService {
105
const agentDetails = await this.agentServiceRepository.getAgentDetailsByOrgId(orgId);
106
return agentDetails;
107
} catch (error) {
108
- this.logger.error(`in getAgentDetails::: ${JSON.stringify(error)}`);
+ this.logger.error(`in getAgentDetails ::: ${JSON.stringify(error)}`);
109
throw new RpcException(error.response ?? error);
110
}
111
0 commit comments