mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-05 22:24:56 -04:00
remove unused param on make_tuple_comparison_clause
This commit is contained in:
parent
77e56deffc
commit
24c58ebfc9
5 changed files with 3 additions and 9 deletions
|
@ -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)],
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue