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
|
uri
|
||||||
FROM feeds
|
FROM feeds
|
||||||
where state not in ('frozen', 'permanantly-dead') and `+uriarg+`
|
where state not in ('frozen', 'permanantly-dead') and `+uriarg+`
|
||||||
) using (feed_id)
|
) using (feed_id)`, args...).Scan(&end)
|
||||||
where `+uriarg, args...).Scan(&end)
|
|
||||||
span.RecordError(err)
|
span.RecordError(err)
|
||||||
|
|
||||||
if offset < 1 {
|
if offset < 1 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user