Skip to content

Commit

Permalink
Merge branch 'pipeline-implementation' of https://github.com/Bhutan-N…
Browse files Browse the repository at this point in the history
…DI/ngotag-platform into feat/implement-nats-cluster
  • Loading branch information
bhavanakarwade committed Jun 28, 2024
2 parents 1f02bd5 + c94f6e6 commit ffe903b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/agent-service/src/agent-service.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1618,6 +1618,7 @@ export class AgentServiceService {
return schemaRequest;
} catch (error) {
this.logger.error(`Error in createW3CSchema request in agent service : ${JSON.stringify(error)}`);
throw error;
}
}

Expand Down

0 comments on commit ffe903b

Please sign in to comment.