Skip to content

Commit

Permalink
Oops... error in Http gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
sbellity committed Jan 27, 2011
1 parent 159a36c commit 0c7a437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/brm_client/gateway/http.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def disconnect

def send_event e
options = {
:params => { :destination => "", :msg => e.to_json },
:params => { :destination => @destination, :msg => e.to_json },
:timeout => @timeout
}
request = Typhoeus::Request.post(@endpoint_url, options)
Expand Down

0 comments on commit 0c7a437

Please sign in to comment.