Skip to content

Commit a6b69fd

Browse files
authored
Merge pull request #1414 from credebl/fix/dco_issue_through_remediation
fix: DCO issue through remediation
2 parents 90cf16a + 2ca4baa commit a6b69fd

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)