Skip to content

Commit

Permalink
Update modules/indexer/code/elasticsearch/elasticsearch.go
Browse files Browse the repository at this point in the history
  • Loading branch information
techknowlogick authored Oct 3, 2024
1 parent b7162c3 commit c349bd7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/indexer/code/elasticsearch/elasticsearch.go
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ func (b *Indexer) doDelete(ctx context.Context, repoID int64) error {
_, err := b.inner.Client.DeleteByQuery(b.inner.VersionedIndexName()).
Query(elastic.NewTermsQuery("repo_id", repoID)).
Do(ctx)

return err
}

Expand Down

0 comments on commit c349bd7

Please sign in to comment.