Skip to content

Commit 2ca4baa

Browse files
committed
Third-Party DCO Remediation Commit for sujitaw <[email protected]>
On behalf of sujitaw <[email protected]>, I, Sujit <[email protected]>, hereby add my Signed-off-by to this commit: 90cf16a Signed-off-by: Sujit <[email protected]>
1 parent 90cf16a commit 2ca4baa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/agent-service/src/agent-service.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export class AgentServiceService {
105105
const agentDetails = await this.agentServiceRepository.getAgentDetailsByOrgId(orgId);
106106
return agentDetails;
107107
} catch (error) {
108-
this.logger.error(`in getAgentDetails::: ${JSON.stringify(error)}`);
108+
this.logger.error(`in getAgentDetails ::: ${JSON.stringify(error)}`);
109109
throw new RpcException(error.response ?? error);
110110
}
111111
}

0 commit comments

Comments
 (0)