Skip to content
Snippets Groups Projects
Commit 672df1b5 authored by Dean's avatar Dean
Browse files

fixup! Apply 1 suggestion(s) to 1 file(s)

parent c534d769
Branches master
No related tags found
No related merge requests found
...@@ -49,7 +49,6 @@ func ListObjects(w http.ResponseWriter, r *http.Request) { ...@@ -49,7 +49,6 @@ func ListObjects(w http.ResponseWriter, r *http.Request) {
} }
// Determine offset, limit and filter params // Determine offset, limit and filter params
query := r.URL.Query()
var ( var (
query = r.URL.Query() query = r.URL.Query()
limit = maxLimit limit = maxLimit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment