this repo has no description

fix: missing param in query

Changed files
+1 -1
peruse
+1 -1
peruse/handle_chrono_feed.go
···
SELECT uri
FROM default.post
WHERE did IN (?)
-
AND rkey <
+
AND rkey < ?
ORDER BY created_at DESC
LIMIT 50
`), cbdids, req.Cursor); err != nil {