1

change CreateGroupEvent

Co-Authored-By: Lukas Ettel <lukasettel@users.noreply.github.com>
Co-Authored-By: tomvahl <tomvahl@users.noreply.github.com>
Co-Authored-By: xxnitram <xxnitram@users.noreply.github.com>
Co-Authored-By: kasch309 <kasch309@users.noreply.github.com>
This commit is contained in:
killerber4t
2020-03-16 15:36:28 +01:00
parent 314336fd5a
commit 22eede051b
8 changed files with 28 additions and 60 deletions

View File

@ -49,7 +49,7 @@ public class GroupService {
Map<Long, Group> groupMap = new HashMap<>();
for (Event event : events) {
getOrCreateGroup(groupMap, event.getGroup_id()).applyEvent(event);
//getOrCreateGroup(groupMap, event.getGroup_id()).applyEvent(event);
}
return new ArrayList<>(groupMap.values());