Skip to content

Commit 171edfb

Browse files
docs: remove TODO comment
1 parent be2316c commit 171edfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/server/handler_batch.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ func (s *Server) batchGetPlugins(w http.ResponseWriter, r *http.Request) {
9292
return
9393
}
9494

95-
// TODO: this could be done in parallel
95+
// resolve plugins
9696
errGroup, groupCtx := errgroup.WithContext(r.Context())
9797
errGroup.SetLimit(5)
9898
for _, pluginResponse := range batchResponse.Plugins {

0 commit comments

Comments
 (0)