From 672df1b5808b484d43f6498f436b768187cecae5 Mon Sep 17 00:00:00 2001
From: Dean Sheather <dean@deansheather.com>
Date: Wed, 11 Aug 2021 22:53:03 +1000
Subject: [PATCH] fixup! Apply 1 suggestion(s) to 1 file(s)

---
 lib/routes/listobjects.go | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/routes/listobjects.go b/lib/routes/listobjects.go
index 446c366..00b1bef 100644
--- a/lib/routes/listobjects.go
+++ b/lib/routes/listobjects.go
@@ -49,7 +49,6 @@ func ListObjects(w http.ResponseWriter, r *http.Request) {
 	}
 
 	// Determine offset, limit and filter params
-	query := r.URL.Query()
 	var (
 		query = r.URL.Query()
 		limit = maxLimit
-- 
GitLab