Skip to content

Commit

Permalink
remove incorrect prepending AND in item win rate analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpyp committed Dec 19, 2024
1 parent 6d8f1f9 commit 6e955a8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions deadlock_analytics_api/routers/v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -1049,8 +1049,6 @@ def clean(query: str, params: dict):
]

additional_conditions = " AND ".join(exclude_conditions + require_conditions)
if additional_conditions:
additional_conditions = "AND " + additional_conditions

query = f"""
WITH valid_matches AS (
Expand Down

0 comments on commit 6e955a8

Please sign in to comment.