0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-29 21:19:06 +02:00

Remove unused string formatting param

This commit is contained in:
Erik Johnston 2018-05-22 18:24:32 +01:00
parent 5494c1d71e
commit a17e901f4d

View file

@ -736,7 +736,6 @@ class StreamWorkerStore(EventsWorkerStore, SQLBaseStore):
) % {
"bounds": bounds,
"order": order,
"limit": limit_str
}
txn.execute(sql, args)