Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
isaiahzs committed Dec 14, 2017
1 parent d1f4227 commit 4b317db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/se/api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def questions(ids = "", **params)
end

def answers(ids = "", **params)
return if ids = ""
return if ids == ""
json("answers/#{Array(ids).join(';')}", **params).map do |i|
Answer.new(i)
end
Expand Down

0 comments on commit 4b317db

Please sign in to comment.