remove unused param on make_tuple_comparison_clause

This commit is contained in:
Richard van der Hoff 2021-04-08 18:29:57 +01:00
parent 77e56deffc
commit 24c58ebfc9
5 changed files with 3 additions and 9 deletions

View file

@ -298,7 +298,6 @@ class ClientIpBackgroundUpdateStore(SQLBaseStore):
# times, which is fine.
where_clause, where_args = make_tuple_comparison_clause(
self.database_engine,
[("user_id", last_user_id), ("device_id", last_device_id)],
)