Skip to content

Commit 7d04bcd

Browse files
🐛 fix: Use actual breach count in xposed_data
1 parent 5b5a1bb commit 7d04bcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/analytics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ def get_breaches_data(breaches: str) -> dict:
678678
"colname": "level3",
679679
"group": group,
680680
"name": f"data_{data_type}",
681-
"value": 1, # Count of occurrences
681+
"value": count,
682682
}
683683
)
684684

0 commit comments

Comments
 (0)