From 330c3b40e3502f9a0788eadd653593b7de96aa43 Mon Sep 17 00:00:00 2001 From: Victor Koronen Date: Thu, 1 Aug 2013 20:20:11 +0200 Subject: [PATCH] Remove unused is_json argument --- fever_api.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fever_api.rb b/fever_api.rb index dd249109c..e3b764a73 100644 --- a/fever_api.rb +++ b/fever_api.rb @@ -42,7 +42,7 @@ def authenticated?(api_key) build_response(params) end - def build_response(params, is_json = true) + def build_response(params) response = {} response[:api_version] = 3 response[:auth] = 1