Skip to content

Commit

Permalink
Yo
Browse files Browse the repository at this point in the history
  • Loading branch information
onewheelskyward committed Sep 13, 2017
1 parent 88136d8 commit 236c227
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/lita/handlers/onewheel_alert.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ def alert(response)
end

def respond_sms(request, response)
qs = CGI.parse request['QUERY_STRING']
Lita.logger.info ENV['QUERY_STRING']
qs = CGI.parse ENV['QUERY_STRING']
Lita.logger.info qs.inspect
response.body << "Hello, #{request.body}!"
end
Expand Down

0 comments on commit 236c227

Please sign in to comment.