|
|
@@ -348,7 +348,7 @@ public class FamilyChallengeService {
|
|
|
template.put("durationDays", Integer.parseInt(t[3]));
|
|
|
template.put("targetMode", t[5]);
|
|
|
template.put("targetValue", Integer.parseInt(t[6]));
|
|
|
- template.put("rewardPoints", Integer.parseInt(t[7]));
|
|
|
+ template.put("rewardPoints", Integer.parseInt(t[4]));
|
|
|
templates.add(template);
|
|
|
}
|
|
|
|