Skip to content

Commit

Permalink
solved issue with answers' relations..
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardodebenedictis committed Jun 25, 2018
1 parent a64cc53 commit 9acc095
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ public JsonArray adaptToJson(ArrayList<EventTemplate> obj) throws Exception {
rel_builder.add("ub", rel.ub);
}
rel_builder.add("unit", rel.unit.name());
rels_builder.add(rel_builder);
}
et_object.add("relations", rels_builder);
switch (et.type) {
Expand Down

0 comments on commit 9acc095

Please sign in to comment.