aboutsummaryrefslogtreecommitdiff
path: root/internal/worker/server.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/worker/server.go')
-rw-r--r--internal/worker/server.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/worker/server.go b/internal/worker/server.go
index 736e729f..9edd93c5 100644
--- a/internal/worker/server.go
+++ b/internal/worker/server.go
@@ -522,7 +522,6 @@ func (s *Server) Enqueue(ctx context.Context, w http.ResponseWriter, limit int,
)
sem := make(chan struct{}, concurrentEnqueues)
for _, m := range modules {
- m := m
opts := queue.Options{
Suffix: suffix,
DisableProxyFetch: shouldDisableProxyFetch(m),