Skip to content

Commit

Permalink
use default risk value
Browse files Browse the repository at this point in the history
  • Loading branch information
janosimas committed Mar 5, 2018
1 parent 9879529 commit f3bb6dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/terrama2/services/alert/core/AlertExecutor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ std::shared_ptr<te::mem::DataSet> terrama2::services::alert::core::AlertExecutor

std::string currentRiskProperty = dateTimeToString(currentDate);

uint32_t currentRisk = std::numeric_limits<uint32_t>::max();
uint32_t currentRisk = terrama2::core::DefaultRiskLevel;
try
{
auto attrValue = resultMap.at(currentRiskProperty).second;
Expand Down

0 comments on commit f3bb6dd

Please sign in to comment.