Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
H-Shay committed Dec 3, 2024
1 parent 347e4f7 commit a5762b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/storage/databases/main/room.py
Original file line number Diff line number Diff line change
Expand Up @@ -1657,7 +1657,7 @@ def _get_event_reports_paginate_txn(
room_stats_state.name
FROM event_reports AS er
LEFT JOIN events USING(event_id)
JOIN room_stats_state
JOIN room_stats_state
ON room_stats_state.room_id = er.room_id
{where_clause}
ORDER BY er.received_ts {order}
Expand Down

0 comments on commit a5762b3

Please sign in to comment.