lib/ralyxa/response.rb in ralyxa-1.1.1 vs lib/ralyxa/response.rb in ralyxa-1.2.0
- old
+ new
@@ -36,9 +36,9 @@
def set_response(response)
response[:response] = Hash.new
response[:response][:outputSpeech] = @output_speech
response[:response][:card] = @card if @card
- response[:response][:shouldEndSession] = @end_session if @end_session
+ response[:response][:shouldEndSession] = @end_session
end
end
end
\ No newline at end of file