chore: fix twt query

This commit is contained in:
xuu 2025-03-27 16:55:52 -06:00
parent 62229deec5
commit 00c97eb011
Signed by: xuu
GPG Key ID: 8B3B0604F164E04F

View File

@ -141,8 +141,7 @@ func httpServer(ctx context.Context, app *appState) error {
uri
FROM feeds
where state not in ('frozen', 'permanantly-dead') and `+uriarg+`
) using (feed_id)
where `+uriarg, args...).Scan(&end)
) using (feed_id)`, args...).Scan(&end)
span.RecordError(err)
if offset < 1 {