Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Remove leftover quote
Browse files Browse the repository at this point in the history
  • Loading branch information
Fizzadar committed Nov 5, 2023
1 parent 3282065 commit 7d10544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/storage/databases/main/push_rule.py
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ def _add_push_rule_highest_priority_txn(
actions_json: str,
) -> None:
sql = """
SELECT COUNT(*), MAX(priority) FROM push_rules"
SELECT COUNT(*), MAX(priority) FROM push_rules
WHERE user_name = ? and priority_class = ?
"""

Expand Down

0 comments on commit 7d10544

Please sign in to comment.