chore: fix twt query
This commit is contained in:
parent
62229deec5
commit
00c97eb011
3
http.go
3
http.go
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user