Fix deduplication function

This commit is contained in:
2022-12-09 07:20:59 +00:00
parent bd8b995134
commit 0a132c6e3a
3 changed files with 3 additions and 2 deletions

View File

@@ -325,7 +325,7 @@ class ElasticsearchBackend(StorageBackend):
return response
# A/D/R - Annotate/Dedup/Reverse
self.process_results(
response["object_list"] = self.process_results(
response["object_list"],
annotate=annotate,
dedup=dedup,