Update go dependencies (#36548)

This commit is contained in:
Sebastian Ertz
2026-02-08 13:01:37 +01:00
committed by GitHub
parent ef529de0ac
commit daf0483ef2
4 changed files with 218 additions and 196 deletions

View File

@@ -124,7 +124,7 @@ func (b *Indexer) Delete(_ context.Context, ids ...int64) error {
}
for _, id := range ids {
_, err := b.inner.Client.Index(b.inner.VersionedIndexName()).DeleteDocument(strconv.FormatInt(id, 10))
_, err := b.inner.Client.Index(b.inner.VersionedIndexName()).DeleteDocument(strconv.FormatInt(id, 10), nil)
if err != nil {
return err
}