Small fix

This commit is contained in:
Filip Izydorczyk 2020-09-30 19:16:15 +02:00
parent fa74965504
commit 51ea557a06

View File

@ -48,7 +48,6 @@ public class AssignmentsController extends TokenBasedController {
elem.put("id", a.getId());
Groups g = a.getGroup();
groupInfo.put("id", g.getId());
groupInfo.put("id", g.getId());
groupInfo.put("day", g.getDay().label);
groupInfo.put("time", g.getTimeString());
groupInfo.put("lecturer", g.getLecturer().toString());