@ -63,7 +63,7 @@ class AnalyzeViewState extends State<AnalyzeView>
List<String> recipents = ['1922'];
msg = msg.substring(prefix.length);
if (peopleCount > 1) {
msg += ' +${peopleCount.toInt()}';
msg += ' +${peopleCount.toInt() - 1}';
}
_sendSMS(msg, recipents);