Skip to content

Commit

Permalink
Cleaning TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian Finol authored and Damian Finol committed May 11, 2015
1 parent 229d77e commit 81b2930
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/alexa_rubykit/response.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ def build_session
def build_response_object(session_end = true)
@response = Hash.new
@response[:outputSpeech] = @speech unless @speech.nil?
# TODO: We need cards too
@response[:card] = @card unless @card.nil?
@response[:shouldEndSession] = session_end
@response
Expand Down

0 comments on commit 81b2930

Please sign in to comment.