mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-18 11:13:57 +01:00
Remove unused string formatting param
This commit is contained in:
parent
5494c1d71e
commit
a17e901f4d
1 changed files with 0 additions and 1 deletions
|
@ -736,7 +736,6 @@ class StreamWorkerStore(EventsWorkerStore, SQLBaseStore):
|
||||||
) % {
|
) % {
|
||||||
"bounds": bounds,
|
"bounds": bounds,
|
||||||
"order": order,
|
"order": order,
|
||||||
"limit": limit_str
|
|
||||||
}
|
}
|
||||||
|
|
||||||
txn.execute(sql, args)
|
txn.execute(sql, args)
|
||||||
|
|
Loading…
Reference in a new issue