Fix query for last span

This commit is contained in:
Joscha 2022-06-25 11:43:14 +02:00
parent 97366485c9
commit 8bdd626909

View file

@ -458,7 +458,7 @@ impl EuphRequest {
SELECT start, end SELECT start, end
FROM euph_spans FROM euph_spans
WHERE room = ? WHERE room = ?
ORDER BY start, end DESC ORDER BY start DESC
LIMIT 1 LIMIT 1
", ",
)? )?