Fix deletion per filter analytics

This commit is contained in:
Louis Dureuil 2023-05-03 22:26:51 +02:00 committed by GitHub
parent d2d2bacaf2
commit 1c3642c9b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -963,7 +963,7 @@ impl DocumentsDeletionAggregator {
DocumentDeletionKind::PerDocumentId => ret.per_document_id = true,
DocumentDeletionKind::ClearAll => ret.clear_all = true,
DocumentDeletionKind::PerBatch => ret.per_batch = true,
DocumentDeletionKind::PerFilter => ret.per_batch = true,
DocumentDeletionKind::PerFilter => ret.per_filter = true,
}
ret