From 00c97eb011148cca349bb40d74dbce10a5b78bc7 Mon Sep 17 00:00:00 2001 From: xuu Date: Thu, 27 Mar 2025 16:55:52 -0600 Subject: [PATCH] chore: fix twt query --- http.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/http.go b/http.go index 12c63bc..a45fb8a 100644 --- a/http.go +++ b/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 {