Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
robo-w committed Jan 26, 2019
1 parent 41a2f46 commit 6dc9c83
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public SendAlarmTextResult sendAlarmText(

String sanitizedAlarmText = sanitizeString(alarmText);

Map<String, SendAlarmTextResult> resultMap = alarmAllTargets(incidentId, alarmText, alarmType, alarmTargets);
Map<String, SendAlarmTextResult> resultMap = alarmAllTargets(incidentId, sanitizedAlarmText, alarmType, alarmTargets);
LOG.debug("Result of alarm text send operation: {}", resultMap);

SendAlarmTextResult overallResult = calculateOverallResult(resultMap);
Expand Down

0 comments on commit 6dc9c83

Please sign in to comment.