Commit 69ec4838 authored by Robert May's avatar Robert May

Remove other Gitlab::Json usage

parent da6e2ae8
......@@ -16,7 +16,7 @@ module Gitlab
raise HTTPError, "Failed to read #{url}: #{rsp.code} #{rsp.message}"
end
Gitlab::Json.parse(rsp.body)
JSON.parse(rsp.body)
end
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment