* fix how we check if udpReachable

This commit is contained in:
Seth Call 2014-09-15 14:09:49 -05:00
parent d2cd527f10
commit 7c3530a403
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ class ApiScoringController < ApiController
score = params[:score]
begin
udpReachable = params[:sdetail][:udpReachable]
udpReachable = params[:detail][:sdetail][:udpReachable]
rescue
udpReachable = nil
end