aboutsummaryrefslogtreecommitdiff
path: root/internal/postgres/search.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/postgres/search.go')
-rw-r--r--internal/postgres/search.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/postgres/search.go b/internal/postgres/search.go
index 4015aa73..bdc2c30d 100644
--- a/internal/postgres/search.go
+++ b/internal/postgres/search.go
@@ -235,7 +235,6 @@ func (db *DB) hedgedSearch(ctx context.Context, q string, limit int, opts Search
// Fan out our search requests.
for _, s := range searchers {
- s := s
go func() {
start := time.Now()
resp := s(db, searchCtx, q, limit, opts)