diff options
Diffstat (limited to 'bpod')
-rw-r--r-- | bpod/json.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bpod/json.go b/bpod/json.go index 02f6fe1..a05c6fc 100644 --- a/bpod/json.go +++ b/bpod/json.go @@ -54,7 +54,6 @@ func GetJson(reqInfo map[string]string) (string, error) { // if random is true then fetch 7 photos if reqInfo["random"] == "true" { params["n"] = "7" - } body, err := request.GetRes(reqInfo["api"], params) |