Skip to content

Commit

Permalink
Remove unused is_json argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Koronen committed Aug 1, 2013
1 parent c862664 commit 330c3b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fever_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 330c3b4

Please sign in to comment.