marsha97

Results 2 issues of marsha97

https://github.com/rq/rq/blob/9737ffa95fa23dfdebee72f581d72ba88c725a25/rq/registry.py#L297...L298

i tried this ``` swift Just.get(url, params: params, headers: headers) { response in if response.status.code == 200 { let json = JSON(response.json!) ....... } } ``` we managed, to log...