Skip to content

Commit da927cf

Browse files
committed
Remove changing total counts -- only change the result count for filtered items
1 parent 56e9725 commit da927cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

domaintools/api.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,6 @@ def iris_investigate(
657657

658658
results["results"] = filtered_results
659659
results["results_count"] = len(filtered_results)
660-
results["total_count"] = len(filtered_results)
661660

662661
return results
663662

0 commit comments

Comments
 (0)