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.
1 parent 90cf16a commit 2ca4baaCopy full SHA for 2ca4baa
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