From 22d77d6aef64e60e8a5c557f82932504f6951ba9 Mon Sep 17 00:00:00 2001 From: xuu Date: Wed, 26 Mar 2025 19:03:20 -0600 Subject: [PATCH] chore: fix --- http.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http.go b/http.go index 19938b6..1a2a236 100644 --- a/http.go +++ b/http.go @@ -127,7 +127,7 @@ func httpServer(c *console, app *appState) error { if v, ok := strconv.Atoi(r.URL.Query().Get("offset")); ok == nil { offset = v } - + args = append(args, limit, offset) w.Header().Set("Content-Type", "text/plain; charset=utf-8") rows, err := db.QueryContext( ctx,