Skip to content

Commit

Permalink
Fix a linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kchiranjewee63 committed Jun 26, 2024
1 parent ae7c541 commit e6341cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/configdispatcher/configdispatcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func NewConfigDispatcher(activeAgentRetriever agentsmanager.ActiveAgentRetriever
}
}

// TODO: Implement parallel processing of HTTP requests using goroutines
// TODO: Implement parallel processing of HTTP requests using goroutines.
func (cd *ConfigDispatcher) DispatchVerificationRules(ctx context.Context, serviceName string, verificationConfig *v1alpha1.VerificationRule) error {
agents, err := cd.activeAgentRetriever.GetServiceActiveAgents(serviceName)
if err != nil {
Expand Down

0 comments on commit e6341cb

Please sign in to comment.